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)
1455UnsafeNativeMethods.ImmAssociateContext(new HandleRef(this, hwnd), new HandleRef(this, _defaultImc.Value)); 1919if (_defaultImc==null) 1942return _defaultImc.Value;