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)
1658_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1832DocumentManager.GetBase(out context); 1884FrameworkTextComposition.CompleteCurrentComposition(this.DocumentManager); 2915UnsafeNativeMethods.ITfCompositionView view = FrameworkTextComposition.GetCurrentCompositionView(this.DocumentManager);