2 writes to DocumentManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
246textstore.DocumentManager = null; 342textstore.DocumentManager = doc;
11 references to DocumentManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (7)
125compmgr = textstore.DocumentManager as UnsafeNativeMethods.ITfCompartmentMgr; 135source = textstore.DocumentManager as UnsafeNativeMethods.ITfSource; 154compmgr = textstore.DocumentManager as UnsafeNativeMethods.ITfCompartmentMgr; 160source = textstore.DocumentManager as UnsafeNativeMethods.ITfSource; 232textstore.DocumentManager.GetBase(out context); 244textstore.DocumentManager.Pop(UnsafeNativeMethods.PopFlags.TF_POPF_ALL); 245Marshal.ReleaseComObject(textstore.DocumentManager);
System\Windows\Documents\TextStore.cs (4)
1659_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1833DocumentManager.GetBase(out context); 1885FrameworkTextComposition.CompleteCurrentComposition(this.DocumentManager); 2916UnsafeNativeMethods.ITfCompositionView view = FrameworkTextComposition.GetCurrentCompositionView(this.DocumentManager);