2 writes to DocumentManager
PresentationCore (2)
System\Windows\Input\TextServicesContext.cs (2)
83
_defaultTextStore.
DocumentManager
= null;
222
_defaultTextStore.
DocumentManager
= doc;
9 references to DocumentManager
PresentationCore (9)
System\Windows\Input\DefaultTextStore.cs (1)
273
compartmentMgr = (UnsafeNativeMethods.ITfCompartmentMgr)
DocumentManager
;
System\Windows\Input\TextServicesContext.cs (8)
79
if (_defaultTextStore.
DocumentManager
!= null)
81
_defaultTextStore.
DocumentManager
.Pop(UnsafeNativeMethods.PopFlags.TF_POPF_ALL);
82
Marshal.ReleaseComObject(_defaultTextStore.
DocumentManager
);
234
SetFocusOnDim(DefaultTextStore.Current.
DocumentManager
);
345
compmgr = _defaultTextStore.
DocumentManager
as UnsafeNativeMethods.ITfCompartmentMgr;
355
source = _defaultTextStore.
DocumentManager
as UnsafeNativeMethods.ITfSource;
373
source = _defaultTextStore.
DocumentManager
as UnsafeNativeMethods.ITfSource;
384
compmgr = _defaultTextStore.
DocumentManager
as UnsafeNativeMethods.ITfCompartmentMgr;