1 write to _propertyRanges
PresentationFramework (1)
System\Windows\Documents\TextServicesProperty.cs (1)
77
_propertyRanges
= new TextServicesDisplayAttributePropertyRanges(_textstore);
3 references to _propertyRanges
PresentationFramework (3)
System\Windows\Documents\TextServicesProperty.cs (3)
75
if (
_propertyRanges
== null)
80
_propertyRanges
.OnEndEdit(context, ecReadOnly, editRecord);
87
TextServicesDisplayAttributePropertyRanges displayAttributes =
_propertyRanges
as TextServicesDisplayAttributePropertyRanges;