3 writes to ShowTryExpanded
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (3)
425this.ShowTryExpanded = false; 436this.ShowTryExpanded = true; 447this.ShowTryExpanded = false;
2 references to ShowTryExpanded
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (2)
403if (this.IsExpanded(this.ShowTryExpanded)) 414if (!IsExpanded(this.ShowTryExpanded) && e.RightButton == MouseButtonState.Released)