1 write to _textstore
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesPropertyRanges.cs (1)
52
_textstore
= textstore;
3 references to _textstore
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextServicesPropertyRanges.cs (3)
161
start =
_textstore
.CreatePointerAtCharOffset(startIndex, LogicalDirection.Forward);
162
end =
_textstore
.CreatePointerAtCharOffset(startIndex + length, LogicalDirection.Forward);
249
return
_textstore
;