2 references to TABCONTROLSTATE_insertingItem
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TabControl.cs (2)
593
return (bool)tabControlState[
TABCONTROLSTATE_insertingItem
];
596
tabControlState[
TABCONTROLSTATE_insertingItem
] = value;