Base:
property
WindowStyle
System.Windows.Forms.Automation.UiaTextProvider.WindowStyle
3 references to WindowStyle
System.Windows.Forms.Tests (3)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (3)
84
Assert.Equal(WINDOW_STYLE.WS_OVERLAPPED, provider.
WindowStyle
);
594
WINDOW_STYLE actual = provider.
WindowStyle
;
606
WINDOW_STYLE actual = provider.
WindowStyle
;