3 writes to _textChunk
PresentationFramework (3)
System\Windows\Documents\NLGSpellerInterop.cs (3)
50_textChunk = CreateTextChunk(); 86_textChunk = null; 126_textChunk = null;
13 references to _textChunk
PresentationFramework (13)
System\Windows\Documents\NLGSpellerInterop.cs (13)
59_textChunk.put_Context(textContext); 69_textChunk.put_ReuseObjects(true); 83if (_textChunk != null) 85Marshal.ReleaseComObject(_textChunk); 123if (_textChunk != null) 125Marshal.ReleaseComObject(_textChunk); 147_textChunk.put_Locale(culture.LCID); 155_textChunk.get_Context(out textContext); 200_textChunk.SetInputArray(inputArray, count); 210_textChunk.GetEnumerator(out sentenceEnumerator); 281_textChunk.get_Context(out textContext); 337_textChunk.get_Context(out textContext); 972_textChunk.get_Context(out textContext);