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);
871
if (
_textSegment
!= null)
873
Marshal.ReleaseComObject(
_textSegment
);
900
_textSegment
.get_Role(out role);