Base:
property
State
System.Windows.Forms.AccessibleObject.State
2 references to State
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2876
return (this.
State
& AccessibleStates.Focusable) == AccessibleStates.Focusable;
2886
return (this.
State
& AccessibleStates.Offscreen) == AccessibleStates.Offscreen;