1 write to _propertyRanges
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesProperty.cs (1)
88
_propertyRanges
= new TextServicesDisplayAttributePropertyRanges(_textstore);
3 references to _propertyRanges
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextServicesProperty.cs (3)
86
if (
_propertyRanges
== null)
91
_propertyRanges
.OnEndEdit(context, ecReadOnly, editRecord);
98
TextServicesDisplayAttributePropertyRanges displayAttributes =
_propertyRanges
as TextServicesDisplayAttributePropertyRanges;