6 writes to PinState
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ShowExpandedMultiValueConverter.cs (1)
40viewElement.PinState = false;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
641this.FocusedViewElement.PinState = true; 716this.FocusedViewElement.PinState = true;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
197view.PinState = pinState;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
101this.PinState = true; 172this.PinState = (bool)pinViewState;
3 references to PinState
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ShowExpandedMultiValueConverter.cs (1)
47viewElement.DoesParentAlwaysCollapseChildren(), expandState, shouldExpandAll, shouldCollapseAll, viewElement.PinState);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (2)
181bool pinState = view.PinState; 195if (view.PinState != pinState)