5 references to NewValue
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (1)
198if (e.NewValue == CheckState.Checked)
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CheckedListBox.cs (3)
596CheckedItems.SetCheckedState(index, itemCheckEvent.NewValue); 1004if (itemCheckEvent.NewValue != currentValue) { 1005CheckedItems.SetCheckedState(index, itemCheckEvent.NewValue);
winforms\Managed\System\WinForms\ListView.cs (1)
5893m.Result = (IntPtr)(((int)e.NewValue == 0 ? 0 : 1) == (int)oldState ? 1 : 0);