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