3 writes to _textChunk
PresentationFramework (3)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (3)
56
_textChunk
= CreateTextChunk();
92
_textChunk
= null;
137
_textChunk
= null;
13 references to _textChunk
PresentationFramework (13)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (13)
65
_textChunk
.put_Context(textContext);
75
_textChunk
.put_ReuseObjects(true);
89
if (
_textChunk
!= null)
91
Marshal.ReleaseComObject(
_textChunk
);
134
if (
_textChunk
!= null)
136
Marshal.ReleaseComObject(
_textChunk
);
162
_textChunk
.put_Locale(culture.LCID);
175
_textChunk
.get_Context(out textContext);
224
_textChunk
.SetInputArray(inputArray, count);
234
_textChunk
.GetEnumerator(out sentenceEnumerator);
309
_textChunk
.get_Context(out textContext);
391
_textChunk
.get_Context(out textContext);
1113
_textChunk
.get_Context(out textContext);