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)
84Assert.Equal(WINDOW_STYLE.WS_OVERLAPPED, provider.WindowStyle); 594WINDOW_STYLE actual = provider.WindowStyle; 606WINDOW_STYLE actual = provider.WindowStyle;