4 references to Empty
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3623
/// <param name="srcRect">The portion of the image to be drawn. <see cref="RectangleF.
Empty
"/> draws the full image.</param>
System.Drawing.Primitives (1)
System\Drawing\RectangleF.cs (1)
283
return
Empty
;
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1025
RectangleF focusRectangle = RectangleF.
Empty
;
1323
Debug.Assert(focusRectangle != RectangleF.
Empty
, "focusRectangle should be initialized");