11 references to IsEmpty
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
279
if (s_logPixels.
IsEmpty
)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1239
if (!_padding.
IsEmpty
)
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
108
Debug.Assert(point.
IsEmpty
, "Viewport origin shouldn't be shifted");
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
728
if (!offset.
IsEmpty
)
System\Windows\Forms\Design\CommandSet.cs (1)
2656
if (!curSize.IsEmpty && !curLoc.
IsEmpty
)
System\Windows\Forms\Design\ComponentTray.cs (2)
597
if (!_autoScrollPosBeforeDragging.
IsEmpty
)
1821
if (_whiteSpace.
IsEmpty
)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
476
if (point1.
IsEmpty
)
System\Windows\Forms\Design\OleDragDropHandler.cs (3)
363
if (!oldOffset.
IsEmpty
)
385
if (!newOffset.
IsEmpty
)
568
if (!_localDragOffset.
IsEmpty
&& effect != DragDropEffects.None)