3 writes to isPinned
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (3)
143
this.
isPinned
= !this.isPinned;
162
this.
isPinned
= false;
213
this.
isPinned
= isOpen;
3 references to isPinned
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (3)
143
this.isPinned = !this.
isPinned
;
167
if (this.
isPinned
)
194
if ((this.IsMouseOver && expressionSpecified) || this.
isPinned
)