2 overrides of ShowDialog
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
799public override void ShowDialog(PropertyValue propertyValue, IInputElement commandSource)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionValueEditor.cs (1)
25public override void ShowDialog(PropertyValue propertyValue, IInputElement commandSource)
3 references to ShowDialog
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
185editor.ShowDialog(theThis.PropertyEntry.PropertyValue, dialogCommandSource);
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
811((DialogPropertyValueEditor)editor).ShowDialog(propertyValue, commandSource);
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
620editor.ShowDialog(propertyEntry.PropertyValue, (IInputElement)args.OriginalSource);