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