1 instantiation of TextServicesDisplayAttributePropertyRanges
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesProperty.cs (1)
88
_propertyRanges = new
TextServicesDisplayAttributePropertyRanges
(_textstore);
2 references to TextServicesDisplayAttributePropertyRanges
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextServicesProperty.cs (2)
98
TextServicesDisplayAttributePropertyRanges
displayAttributes = _propertyRanges as
TextServicesDisplayAttributePropertyRanges
;