2 writes to _textSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
560
_textSegment
= textSegment;
761
_textSegment
= null;
7 references to _textSegment
PresentationFramework (7)
System\Windows\Documents\NLGSpellerInterop.cs (7)
576
_textSegment
.get_Suggestions(out variantEnumerator);
622
_textSegment
.get_Count(out _subSegmentCount);
629
_textSegment
.get_Item(i, out subSegment);
674
_textSegment
.get_Range(out sTextRange);
758
if (
_textSegment
!= null)
760
Marshal.ReleaseComObject(
_textSegment
);
783
_textSegment
.get_Role(out role);