5 references to Data
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1029return (Composition) action.Data; 1087return (Composition) action.Data;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
26013return (this.dataGridViewOper.Data & DATAGRIDVIEWOPER_mouseOperationMask) != 0; 26019return (this.dataGridViewOper.Data & DATAGRIDVIEWOPER_keyboardOperationMask) != 0;
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
672element.Properties.SetInteger(_layoutStateProperty, state.Data);