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); 79if (_textChunk != null) 81Marshal.ReleaseComObject(_textChunk); 119if (_textChunk != null) 121Marshal.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);