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