2 writes to DocumentManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
245textstore.DocumentManager = null; 341textstore.DocumentManager = doc;
11 references to DocumentManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (7)
124compmgr = textstore.DocumentManager as UnsafeNativeMethods.ITfCompartmentMgr; 134source = textstore.DocumentManager as UnsafeNativeMethods.ITfSource; 153compmgr = textstore.DocumentManager as UnsafeNativeMethods.ITfCompartmentMgr; 159source = textstore.DocumentManager as UnsafeNativeMethods.ITfSource; 231textstore.DocumentManager.GetBase(out context); 243textstore.DocumentManager.Pop(UnsafeNativeMethods.PopFlags.TF_POPF_ALL); 244Marshal.ReleaseComObject(textstore.DocumentManager);
System\Windows\Documents\TextStore.cs (4)
1655_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1829DocumentManager.GetBase(out context); 1881FrameworkTextComposition.CompleteCurrentComposition(this.DocumentManager); 2906UnsafeNativeMethods.ITfCompositionView view = FrameworkTextComposition.GetCurrentCompositionView(this.DocumentManager);