13 references to Empty
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1797
return SizeF.
Empty
;
System.Windows.Forms (11)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1058
focusRectangle = new RectangleF(regionRectangles[0].Location, SizeF.
Empty
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (10)
35
private SizeF _autoScaleDimensions = SizeF.
Empty
;
37
private SizeF _currentAutoScaleDimensions = SizeF.
Empty
;
182
_autoScaleDimensions = SizeF.
Empty
;
185
_currentAutoScaleDimensions = SizeF.
Empty
;
702
SizeF retval = SizeF.
Empty
;
822
child.Scale(AutoScaleFactor, SizeF.
Empty
, this);
858
_currentAutoScaleDimensions = SizeF.
Empty
;
978
SizeF included = includedBounds ? autoScaleFactor : SizeF.
Empty
;
979
SizeF excluded = excludedBounds ? autoScaleFactor : SizeF.
Empty
;
1104
ourExternalContainerFactor = SizeF.
Empty
;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
75
return SizeF.
Empty
;