Base:
property
State
System.Windows.Forms.AccessibleObject.State
3 references to State
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.ControlDesignerAccessibleObject.cs (2)
97
=> (
State
& AccessibleStates.Focused) != 0 ? this : base.GetFocused();
100
=> (
State
& AccessibleStates.Selected) != 0 ? this : base.GetFocused();
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlDesignerAccessibleObjectTests.cs (1)
111
accessibleObject.
State
.Should().HaveFlag(state);