2 writes to DocumentManager
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
246
textstore.
DocumentManager
= null;
342
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;
232
textstore.
DocumentManager
.GetBase(out context);
244
textstore.
DocumentManager
.Pop(UnsafeNativeMethods.PopFlags.TF_POPF_ALL);
245
Marshal.ReleaseComObject(textstore.
DocumentManager
);
System\Windows\Documents\TextStore.cs (4)
1659
_textservicesHost.ThreadManager.SetFocus(
DocumentManager
);
1833
DocumentManager
.GetBase(out context);
1885
FrameworkTextComposition.CompleteCurrentComposition(this.
DocumentManager
);
2916
UnsafeNativeMethods.ITfCompositionView view = FrameworkTextComposition.GetCurrentCompositionView(this.
DocumentManager
);