2 references to s_propMaximizedBounds
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1162
get => Properties.GetValueOrDefault<Rectangle>(
s_propMaximizedBounds
);
1167
Properties.AddValue(
s_propMaximizedBounds
, value);