3 writes to _textChunk
PresentationFramework (3)
System\Windows\Documents\NLGSpellerInterop.cs (3)
46
_textChunk
= CreateTextChunk();
82
_textChunk
= null;
122
_textChunk
= null;
13 references to _textChunk
PresentationFramework (13)
System\Windows\Documents\NLGSpellerInterop.cs (13)
55
_textChunk
.put_Context(textContext);
65
_textChunk
.put_ReuseObjects(true);
79
if (
_textChunk
!= null)
81
Marshal.ReleaseComObject(
_textChunk
);
119
if (
_textChunk
!= null)
121
Marshal.ReleaseComObject(
_textChunk
);
143
_textChunk
.put_Locale(culture.LCID);
151
_textChunk
.get_Context(out textContext);
196
_textChunk
.SetInputArray(inputArray, count);
206
_textChunk
.GetEnumerator(out sentenceEnumerator);
277
_textChunk
.get_Context(out textContext);
333
_textChunk
.get_Context(out textContext);
968
_textChunk
.get_Context(out textContext);