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