14 references to FlowSwitchDesigner
System.Activities.Core.Presentation (14)
System\Activities\Core\Presentation\DesignerMetadata.cs (1)
43
FlowSwitchDesigner
.RegisterMetadata(builder);
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (2)
77
Fx.Assert(adornedElement is
FlowSwitchDesigner
, "this.AdornedElement is either FlowDecisionDesigner or FlowSwitchDesigner");
79
modelItem = ((
FlowSwitchDesigner
)adornedElement).ModelItem;
System\Activities\Core\Presentation\FlowchartExpressionAutomationPeer.cs (2)
33
Fx.Assert(this.Owner is
FlowSwitchDesigner
, "this.Owner should either be FlowDecisionDesigner or FlowSwitchDesigner.");
34
expressionShown = ((
FlowSwitchDesigner
)this.Owner).ExpressionShown;
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (9)
30
DependencyProperty.Register("ExpressionButtonVisibility", typeof(Visibility), typeof(
FlowSwitchDesigner
));
33
DependencyProperty.Register("ExpressionButtonColor", typeof(Brush), typeof(
FlowSwitchDesigner
));
36
DependencyProperty.Register("ShowAllConditions", typeof(bool), typeof(
FlowSwitchDesigner
),
93
BindingOperations.SetBinding(this,
FlowSwitchDesigner
.ShowAllConditionsProperty, showAllConditionsBinding);
117
builder.AddCustomAttributes(type, new DesignerAttribute(typeof(
FlowSwitchDesigner
)));
264
FlowSwitchDesigner
designer = obj as
FlowSwitchDesigner
;
282
private
FlowSwitchDesigner
designer;
287
public FlowSwitchDesignerAnnotationVisualProvider(
FlowSwitchDesigner
designer)