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