3 references to InstanceProperty
PresentationFramework (3)
System\windows\Documents\TextEditor.cs (3)
87
_uiScope.SetValue(TextEditor.
InstanceProperty
, this);
204
_uiScope.ClearValue(TextEditor.
InstanceProperty
);
1127
return (element is DependencyObject) ? (((DependencyObject)element).ReadLocalValue(
InstanceProperty
) as TextEditor) : null;