3 writes to _textChunk
PresentationFramework (3)
System\Windows\Documents\NLGSpellerInterop.cs (3)
45_textChunk = CreateTextChunk(); 81_textChunk = null; 121_textChunk = null;
13 references to _textChunk
PresentationFramework (13)
System\Windows\Documents\NLGSpellerInterop.cs (13)
54_textChunk.put_Context(textContext); 64_textChunk.put_ReuseObjects(true); 78if (_textChunk != null) 80Marshal.ReleaseComObject(_textChunk); 118if (_textChunk != null) 120Marshal.ReleaseComObject(_textChunk); 142_textChunk.put_Locale(culture.LCID); 150_textChunk.get_Context(out textContext); 195_textChunk.SetInputArray(inputArray, count); 205_textChunk.GetEnumerator(out sentenceEnumerator); 276_textChunk.get_Context(out textContext); 332_textChunk.get_Context(out textContext); 967_textChunk.get_Context(out textContext);