3 references to Empty
System.Drawing.Primitives (1)
System\Drawing\RectangleF.cs (1)
283
return
Empty
;
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1037
RectangleF focusRectangle = RectangleF.
Empty
;
1335
Debug.Assert(focusRectangle != RectangleF.
Empty
, "focusRectangle should be initialized");