6 references to IsEmpty
System.Drawing.Common.Tests (5)
System\Drawing\Drawing2D\PathGradientBrushTests.cs (1)
950
Assert.True(brush.FocusScales.
IsEmpty
);
System\Drawing\Graphics_GetContextTests.Core.cs (4)
17
Assert.True(offset.
IsEmpty
);
20
Assert.True(offset.
IsEmpty
);
33
Assert.True(offset.
IsEmpty
);
36
Assert.True(offset.
IsEmpty
);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\DrawingEventArgs.cs (1)
161
Debug.Assert(offset.
IsEmpty
, "transform has been modified");