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