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