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