8 references to TryCatchDesigner
System.Activities.Core.Presentation (8)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (2)
38
this.ExpandState =
TryCatchDesigner
.IsDescendantOfCatch(this.ModelItem, primarySelection);
92
SwitchTryCatchDesignerHelper.MakeParentRootDesigner<
TryCatchDesigner
>(this);
System\Activities\Core\Presentation\DesignerMetadata.cs (1)
80
TryCatchDesigner
.RegisterMetadata(builder);
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (5)
40
typeof(
TryCatchDesigner
),
48
typeof(
TryCatchDesigner
),
56
typeof(
TryCatchDesigner
),
64
typeof(
TryCatchDesigner
),
141
builder.AddCustomAttributes(type, new DesignerAttribute(typeof(
TryCatchDesigner
)));