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); 89if (_textChunk != null) 91Marshal.ReleaseComObject(_textChunk); 134if (_textChunk != null) 136Marshal.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);