3 references to ShowWithoutActivation
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
1802if (ShowWithoutActivation)
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
436public new bool ShowWithoutActivation => base.ShowWithoutActivation;
System\Windows\Forms\FormTests.cs (1)
2746public new bool ShowWithoutActivation => base.ShowWithoutActivation;