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