2 writes to _textSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
564
_textSegment
= textSegment;
765
_textSegment
= null;
7 references to _textSegment
PresentationFramework (7)
System\Windows\Documents\NLGSpellerInterop.cs (7)
580
_textSegment
.get_Suggestions(out variantEnumerator);
626
_textSegment
.get_Count(out _subSegmentCount);
633
_textSegment
.get_Item(i, out subSegment);
678
_textSegment
.get_Range(out sTextRange);
762
if (
_textSegment
!= null)
764
Marshal.ReleaseComObject(
_textSegment
);
787
_textSegment
.get_Role(out role);