2 writes to _textservicesproperty
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
1514_textservicesproperty = new TextServicesProperty(this); 1535_textservicesproperty = null;
3 references to _textservicesproperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextStore.cs (3)
1323_textservicesproperty.OnEndEdit(context, ecReadOnly, editRecord); 1585if (_textservicesproperty != null) 1587_textservicesproperty.OnLayoutUpdated();