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