4 references to state
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ArrangedElement.cs (4)
37state[stateVisible] = true; 123return state[stateVisible]; 126if ( state[stateVisible] != value) { 127state[stateVisible] = value;