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);
1585
if (
_textservicesproperty
!= null)
1587
_textservicesproperty
.OnLayoutUpdated();