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