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