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