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