5 references to DefaultFormRevealMode
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (2)
279
/// <see cref="
DefaultFormRevealMode
"/> is <see cref="FormRevealMode.Deferred"/>, or when it is
287
public static bool IsFormRevealDeferred =>
DefaultFormRevealMode
switch
System\Windows\Forms\Form.RevealMode.cs (1)
30
/// <see cref="Application.
DefaultFormRevealMode
"/>. Unlike a control-level ambient property that
System\Windows\Forms\FormRevealMode.cs (2)
14
/// The form inherits its effective reveal behavior from <see cref="Application.
DefaultFormRevealMode
"/>.
21
/// local override so the value is inherited from <see cref="Application.
DefaultFormRevealMode
"/> again.