1 write to _editor
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (1)
33_editor = editor;
9 references to _editor
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (9)
52return _editor.IsExpanded ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed; 94AutomatedChoiceEditor choiceEditor = VisualTreeUtils.GetNamedChild<AutomatedChoiceEditor>(_editor, "PART_ValueEditor"); 103ItemsControl properties = VisualTreeUtils.GetNamedChild<ItemsControl>(_editor, "PART_SubPropertyList"); 137if (_editor != null) 139_editor.IsExpanded = false; 148if (_editor != null && 149_editor.PropertyEntry != null && 150_editor.PropertyEntry.PropertyValue.HasSubProperties == true) 152_editor.IsExpanded = true;