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)
86if (_propertyRanges == null) 91_propertyRanges.OnEndEdit(context, ecReadOnly, editRecord); 98TextServicesDisplayAttributePropertyRanges displayAttributes = _propertyRanges as TextServicesDisplayAttributePropertyRanges;