2 writes to DocumentManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
268textstore.DocumentManager = null; 367textstore.DocumentManager = doc;
11 references to DocumentManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (7)
133compmgr = textstore.DocumentManager as UnsafeNativeMethods.ITfCompartmentMgr; 143source = textstore.DocumentManager as UnsafeNativeMethods.ITfSource; 162compmgr = textstore.DocumentManager as UnsafeNativeMethods.ITfCompartmentMgr; 168source = textstore.DocumentManager as UnsafeNativeMethods.ITfSource; 254textstore.DocumentManager.GetBase(out context); 266textstore.DocumentManager.Pop(UnsafeNativeMethods.PopFlags.TF_POPF_ALL); 267Marshal.ReleaseComObject(textstore.DocumentManager);
System\Windows\Documents\TextStore.cs (4)
1673_textservicesHost.ThreadManager.SetFocus(DocumentManager); 1850DocumentManager.GetBase(out context); 1902FrameworkTextComposition.CompleteCurrentComposition(this.DocumentManager); 2940UnsafeNativeMethods.ITfCompositionView view = FrameworkTextComposition.GetCurrentCompositionView(this.DocumentManager);