2 writes to _textservicesproperty
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
1639
_textservicesproperty
= new TextServicesProperty(this);
1659
_textservicesproperty
= null;
3 references to _textservicesproperty
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1464
_textservicesproperty
.OnEndEdit(context, ecReadOnly, editRecord);
1710
if (
_textservicesproperty
!= null)
1712
_textservicesproperty
.OnLayoutUpdated();