1 write to propertyInspector
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
287this.propertyInspector = new PropertyInspector();
10 references to propertyInspector
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (7)
282if (this.propertyInspector == null) 288this.propertyInspector.DesignerContextItemManager = this.context.Items; 289this.propertyInspector.EditingContext = this.context; 294return this.propertyInspector; 639if (null != this.propertyInspector && this.propertyInspector.IsKeyboardFocusWithin) 641oldFocus = FocusManager.GetFocusedElement(this.propertyInspector) as UIElement;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (3)
78this.propertyInspector.Resources.MergedDictionaries.Add(PropertyInspectorResources.GetResources()); 168if (null != this.propertyInspector) 170this.propertyInspector.IsReadOnly = state.IsReadOnly;