4 writes to IntValue
PresentationCore (4)
System\Windows\Input\InputMethod.cs (4)
700compartment.IntValue = nValue; 710compartment.IntValue = nValue; 901compartment.IntValue = (int)convmode; 1092compartment.IntValue = (int)convmode;
8 references to IntValue
PresentationCore (8)
System\Windows\Input\InputMethod.cs (8)
674int nValue = compartment.IntValue; 692int nValue = compartment.IntValue; 698if (compartment.IntValue != nValue) 708if (compartment.IntValue != nValue) 738UnsafeNativeMethods.ConversionModeFlags convmode = (UnsafeNativeMethods.ConversionModeFlags)compartment.IntValue; 839currentConvMode = (UnsafeNativeMethods.ConversionModeFlags)compartment.IntValue; 1001UnsafeNativeMethods.SentenceModeFlags convmode = (UnsafeNativeMethods.SentenceModeFlags)compartment.IntValue; 1090if (compartment.IntValue != (int)convmode)