2 references to s_propMdiChildFocusable
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1080get => Properties.GetValueOrDefault<bool>(s_propMdiChildFocusable); 1081set => Properties.AddOrRemoveValue(s_propMdiChildFocusable, value);