14 references to FlowDecisionDesigner
System.Activities.Core.Presentation (14)
System\Activities\Core\Presentation\DesignerMetadata.cs (1)
44FlowDecisionDesigner.RegisterMetadata(builder);
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (2)
70if (adornedElement is FlowDecisionDesigner) 73modelItem = ((FlowDecisionDesigner)adornedElement).ModelItem;
System\Activities\Core\Presentation\FlowchartExpressionAutomationPeer.cs (2)
27if (this.Owner is FlowDecisionDesigner) 29expressionShown = ((FlowDecisionDesigner)this.Owner).ExpressionShown;
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (9)
25DependencyProperty.Register("ExpressionButtonVisibility", typeof(Visibility), typeof(FlowDecisionDesigner)); 28DependencyProperty.Register("ExpressionButtonColor", typeof(Brush), typeof(FlowDecisionDesigner)); 31DependencyProperty.Register("ShowAllConditions", typeof(bool), typeof(FlowDecisionDesigner), 88BindingOperations.SetBinding(this, FlowDecisionDesigner.ShowAllConditionsProperty, showAllConditionsBinding); 111builder.AddCustomAttributes(type, new DesignerAttribute(typeof(FlowDecisionDesigner))); 206FlowDecisionDesigner designer = obj as FlowDecisionDesigner; 224private FlowDecisionDesigner designer; 229public FlowDecisionDesignerAnnotationVisualProvider(FlowDecisionDesigner designer)