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