2 writes to DocumentManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
249textstore.DocumentManager = null; 345textstore.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; 235textstore.DocumentManager.GetBase(out context); 247textstore.DocumentManager.Pop(UnsafeNativeMethods.PopFlags.TF_POPF_ALL); 248Marshal.ReleaseComObject(textstore.DocumentManager);
System\Windows\Documents\TextStore.cs (4)
1662_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1839DocumentManager.GetBase(out context); 1891FrameworkTextComposition.CompleteCurrentComposition(this.DocumentManager); 2920UnsafeNativeMethods.ITfCompositionView view = FrameworkTextComposition.GetCurrentCompositionView(this.DocumentManager);