3 writes to isPinned
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (3)
153
this.
isPinned
= !this.isPinned;
220
this.
isPinned
= false;
271
this.
isPinned
= isOpen;
3 references to isPinned
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (3)
153
this.isPinned = !this.
isPinned
;
225
if (this.
isPinned
)
252
if ((this.IsMouseOver && expressionSpecified) || this.
isPinned
)