8 references to Inherit
System.Windows.Forms (8)
System\Windows\Forms\Application.cs (5)
265/// returns <see cref="FormRevealMode.Inherit"/>. Unlike <see cref="Form.FormRevealMode"/>, this 266/// getter may return the unresolved <see cref="FormRevealMode.Inherit"/> sentinel; use 271=> s_defaultFormRevealMode ?? FormRevealMode.Inherit; 280/// <see cref="FormRevealMode.Inherit"/> (the default, when <see cref="SetDefaultFormRevealMode(FormRevealMode)"/> 439/// called more than once, and <see cref="FormRevealMode.Inherit"/> is a valid argument (it resets
System\Windows\Forms\Form.RevealMode.cs (3)
43[AmbientValue(FormRevealMode.Inherit)] 50|| value == FormRevealMode.Inherit) 63if (value == FormRevealMode.Inherit)