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