Fix stack overflow in BehaviorServiceAdornerCollectionEnumerator#9411
Conversation
|
CC: @halgab |
|
@Nora-Zhou01 I have tested this fix and it works. Can you please verify? |
|
@elachlan This issue has been fixed, SplitContainer splitter and other controls can now be moved in size. fix.mp4 |
|
@elachlan I can't change the size of the picturebox control in the designer workspace, but can resized it by that properties window. I found two errors when resizing picturebox control under DemoConsole application without your this PR change. Can you please look at the issue about resizing pictureBox control in designer by mouse? Without PR: Two errors when changing the size of the picture box control or dragging it Call stack: With PR: cannot change the size of the picturebox control in the designer workspace, but can resize it through the properties window. WITH.mp4 |
|
Related: #8522 |
|
@Nora-Zhou01 - could you please open an issue for picturebox resizing, if there is none yet. |
Tanya-Solyanik
left a comment
There was a problem hiding this comment.
Thank you jumping on this crash, @elachlan!


Fixes #9410 - The parameter must be cast first before calling
GetEnumerator.Repeated frames:
Caused by #9341
Microsoft Reviewers: Open in CodeFlow