10 references to FormRevealMode
System.Windows.Forms (10)
System\Windows\Forms\Application.cs (3)
260/// top-level forms that do not set <see cref="Form.FormRevealMode"/> explicitly. 265/// returns <see cref="FormRevealMode.Inherit"/>. Unlike <see cref="Form.FormRevealMode"/>, this 431/// not set <see cref="Form.FormRevealMode"/> explicitly.
System\Windows\Forms\Form.RevealMode.cs (5)
23/// A <see cref="FormRevealMode"/> value. When not explicitly set, the effective value is 61FormRevealMode previous = FormRevealMode; 72if (FormRevealMode != previous) 80/// Occurs when the effective value of the <see cref="FormRevealMode"/> property changes. 193=> FormRevealMode == FormRevealMode.Deferred
System\Windows\Forms\FormRevealMode.cs (2)
15/// This is the ambient default and is never returned by <see cref="Form.FormRevealMode"/> after 20/// This value is the ambient sentinel: assigning it to <see cref="Form.FormRevealMode"/> clears any