1 write to _defaultImc
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
1933
_defaultImc
= new SecurityCriticalDataClass<IntPtr>(himc);
3 references to _defaultImc
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputMethod.cs (3)
1455
UnsafeNativeMethods.ImmAssociateContext(new HandleRef(this, hwnd), new HandleRef(this,
_defaultImc
.Value));
1919
if (
_defaultImc
==null)
1942
return
_defaultImc
.Value;