4 writes to IntValue
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputMethod.cs (4)
793compartment.IntValue = nValue; 803compartment.IntValue = nValue; 1000compartment.IntValue = (int)convmode; 1197compartment.IntValue = (int)convmode;
8 references to IntValue
PresentationCore (8)
Core\CSharp\System\Windows\Input\InputMethod.cs (8)
765int nValue = compartment.IntValue; 785int nValue = compartment.IntValue; 791if (compartment.IntValue != nValue) 801if (compartment.IntValue != nValue) 836UnsafeNativeMethods.ConversionModeFlags convmode = (UnsafeNativeMethods.ConversionModeFlags)compartment.IntValue; 938currentConvMode = (UnsafeNativeMethods.ConversionModeFlags)compartment.IntValue; 1105UnsafeNativeMethods.SentenceModeFlags convmode = (UnsafeNativeMethods.SentenceModeFlags)compartment.IntValue; 1195if (compartment.IntValue != (int)convmode)