14 references to SubPropertyEditor
System.Activities.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (3)
27private SubPropertyEditor _editor; 30public SubPropertyEditorAutomationPeer(SubPropertyEditor editor) 64return typeof(SubPropertyEditor).Name;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (9)
44typeof(SubPropertyEditor), 55typeof(SubPropertyEditor), 65typeof(SubPropertyEditor), 236SubPropertyEditor theThis = obj as SubPropertyEditor; 272SubPropertyEditor theThis = obj as SubPropertyEditor; 304SubPropertyEditor theThis = obj as SubPropertyEditor;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionPathInterpreter.cs (2)
87SubPropertyEditor subPropertyEditor = VisualTreeUtils.GetTemplateChild<SubPropertyEditor>(currentContainer);