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