2 writes to IsResizing
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (2)
69
ParentFlowchartDesigner.
IsResizing
= true;
110
ParentFlowchartDesigner.
IsResizing
= false;
2 references to IsResizing
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
1990
e.Handled =
IsResizing
;
1996
e.Handled =
IsResizing
&& e.Key == Key.Enter;