4 writes to IntValue
PresentationCore (4)
System\Windows\Input\InputMethod.cs (4)
714compartment.IntValue = nValue; 724compartment.IntValue = nValue; 915compartment.IntValue = (int)convmode; 1106compartment.IntValue = (int)convmode;
8 references to IntValue
PresentationCore (8)
System\Windows\Input\InputMethod.cs (8)
688int nValue = compartment.IntValue; 706int nValue = compartment.IntValue; 712if (compartment.IntValue != nValue) 722if (compartment.IntValue != nValue) 752UnsafeNativeMethods.ConversionModeFlags convmode = (UnsafeNativeMethods.ConversionModeFlags)compartment.IntValue; 853currentConvMode = (UnsafeNativeMethods.ConversionModeFlags)compartment.IntValue; 1015UnsafeNativeMethods.SentenceModeFlags convmode = (UnsafeNativeMethods.SentenceModeFlags)compartment.IntValue; 1104if (compartment.IntValue != (int)convmode)