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)
161start = _textstore.CreatePointerAtCharOffset(startIndex, LogicalDirection.Forward); 162end = _textstore.CreatePointerAtCharOffset(startIndex + length, LogicalDirection.Forward); 249return _textstore;