1 write to _textstore
PresentationFramework (1)
System\Windows\Documents\TextServicesPropertyRanges.cs (1)
42
_textstore
= textstore;
3 references to _textstore
PresentationFramework (3)
System\Windows\Documents\TextServicesPropertyRanges.cs (3)
138
start =
_textstore
.CreatePointerAtCharOffset(startIndex, LogicalDirection.Forward);
139
end =
_textstore
.CreatePointerAtCharOffset(startIndex + length, LogicalDirection.Forward);
214
return
_textstore
;