4 writes to IntValue
PresentationCore (4)
System\Windows\Input\InputMethod.cs (4)
699compartment.IntValue = nValue; 709compartment.IntValue = nValue; 900compartment.IntValue = (int)convmode; 1091compartment.IntValue = (int)convmode;
8 references to IntValue
PresentationCore (8)
System\Windows\Input\InputMethod.cs (8)
673int nValue = compartment.IntValue; 691int nValue = compartment.IntValue; 697if (compartment.IntValue != nValue) 707if (compartment.IntValue != nValue) 737UnsafeNativeMethods.ConversionModeFlags convmode = (UnsafeNativeMethods.ConversionModeFlags)compartment.IntValue; 838currentConvMode = (UnsafeNativeMethods.ConversionModeFlags)compartment.IntValue; 1000UnsafeNativeMethods.SentenceModeFlags convmode = (UnsafeNativeMethods.SentenceModeFlags)compartment.IntValue; 1089if (compartment.IntValue != (int)convmode)