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