2 writes to DocumentManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
249
textstore.
DocumentManager
= null;
345
textstore.
DocumentManager
= doc;
11 references to DocumentManager
PresentationFramework (11)
System\Windows\Documents\TextServicesHost.cs (7)
125
compmgr = textstore.
DocumentManager
as UnsafeNativeMethods.ITfCompartmentMgr;
135
source = textstore.
DocumentManager
as UnsafeNativeMethods.ITfSource;
154
compmgr = textstore.
DocumentManager
as UnsafeNativeMethods.ITfCompartmentMgr;
160
source = textstore.
DocumentManager
as UnsafeNativeMethods.ITfSource;
235
textstore.
DocumentManager
.GetBase(out context);
247
textstore.
DocumentManager
.Pop(UnsafeNativeMethods.PopFlags.TF_POPF_ALL);
248
Marshal.ReleaseComObject(textstore.
DocumentManager
);
System\Windows\Documents\TextStore.cs (4)
1662
_textservicesHost.ThreadManager.SetFocus(
DocumentManager
);
1839
DocumentManager
.GetBase(out context);
1891
FrameworkTextComposition.CompleteCurrentComposition(this.
DocumentManager
);
2920
UnsafeNativeMethods.ITfCompositionView view = FrameworkTextComposition.GetCurrentCompositionView(this.
DocumentManager
);