You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/9.0] fix#13305 Baseline SnapLines do not appear in DesignSurface (#13349)
Backport of #13324 to release/9.0
## The cause of this issue
This issue is caused by
[PR10279](#10279)
These are two of all changes make in
[PR10279](#10279)

`BehaviorService`, `DragAssistanceManager` use `SnapLines` to add some
effects during design time.
`ControlDesigner` has a **_virtual_** property `SnapLines`, but most
designers override the property, in other words, _**most designers have
customized `SnapLines`**_
### Code flow before
[PR10279](#10279)
when `BehaviorService` or `DragAssistanceManager` accesses `SnapLines` ,
customized `SnapLines` were returned.
### Code flow after
[PR10279](#10279)
when `BehaviorService` or `DragAssistanceManager` **_accesses
`SnapLinesInternal`_** , **_customized `SnapLines` were skipped._**
## Proposed changes
-
- Use `SnapLines`
-
<!--
## Customer Impact
-
-
## Regression?
- Yes / No
## Risk
-
-->
## Screenshots
### Before

### After

## Test methodology
-
- manually
-
0 commit comments