2 writes to _textSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
559
_textSegment
= textSegment;
760
_textSegment
= null;
7 references to _textSegment
PresentationFramework (7)
System\Windows\Documents\NLGSpellerInterop.cs (7)
575
_textSegment
.get_Suggestions(out variantEnumerator);
621
_textSegment
.get_Count(out _subSegmentCount);
628
_textSegment
.get_Item(i, out subSegment);
673
_textSegment
.get_Range(out sTextRange);
757
if (
_textSegment
!= null)
759
Marshal.ReleaseComObject(
_textSegment
);
782
_textSegment
.get_Role(out role);