1 write to _textstore
PresentationFramework (1)
System\Windows\Documents\TextServicesPropertyRanges.cs (1)
33
_textstore
= textstore;
3 references to _textstore
PresentationFramework (3)
System\Windows\Documents\TextServicesPropertyRanges.cs (3)
129
start =
_textstore
.CreatePointerAtCharOffset(startIndex, LogicalDirection.Forward);
130
end =
_textstore
.CreatePointerAtCharOffset(startIndex + length, LogicalDirection.Forward);
205
return
_textstore
;