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