2 writes to DocumentManager
PresentationCore (2)
System\Windows\Input\TextServicesContext.cs (2)
82
_defaultTextStore.
DocumentManager
= null;
221
_defaultTextStore.
DocumentManager
= doc;
9 references to DocumentManager
PresentationCore (9)
System\Windows\Input\DefaultTextStore.cs (1)
272
compartmentMgr = (UnsafeNativeMethods.ITfCompartmentMgr)
DocumentManager
;
System\Windows\Input\TextServicesContext.cs (8)
78
if (_defaultTextStore.
DocumentManager
!= null)
80
_defaultTextStore.
DocumentManager
.Pop(UnsafeNativeMethods.PopFlags.TF_POPF_ALL);
81
Marshal.ReleaseComObject(_defaultTextStore.
DocumentManager
);
233
SetFocusOnDim(DefaultTextStore.Current.
DocumentManager
);
341
compmgr = _defaultTextStore.
DocumentManager
as UnsafeNativeMethods.ITfCompartmentMgr;
351
source = _defaultTextStore.
DocumentManager
as UnsafeNativeMethods.ITfSource;
369
source = _defaultTextStore.
DocumentManager
as UnsafeNativeMethods.ITfSource;
377
compmgr = _defaultTextStore.
DocumentManager
as UnsafeNativeMethods.ITfCompartmentMgr;