2 writes to _textSegment
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
632_textSegment = textSegment; 874_textSegment = null;
7 references to _textSegment
PresentationFramework (7)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (7)
652_textSegment.get_Suggestions(out variantEnumerator); 702_textSegment.get_Count(out _subSegmentCount); 709_textSegment.get_Item(i, out subSegment); 762_textSegment.get_Range(out sTextRange); 871if (_textSegment != null) 873Marshal.ReleaseComObject(_textSegment); 900_textSegment.get_Role(out role);