3 references to InstanceProperty
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditor.cs (3)
102
_uiScope.SetValue(TextEditor.
InstanceProperty
, this);
225
_uiScope.ClearValue(TextEditor.
InstanceProperty
);
1163
return (element is DependencyObject) ? (((DependencyObject)element).ReadLocalValue(
InstanceProperty
) as TextEditor) : null;