74 references to IsEmpty
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
211if (iconSize.IsEmpty) { 325if (iconSize.IsEmpty) {
System.Web.DataVisualization (5)
Common\Converters\LegendConverters.cs (1)
271 if(((System.Drawing.Size)value).IsEmpty)
Common\General\Legend.cs (1)
507 if(!highestHeader.IsEmpty)
Common\General\LegendColumns.cs (3)
1487 !this._cachedCellSize.IsEmpty) 1505 if(this.ImageSize.IsEmpty && this.Image.Length > 0) 2106 if(!this.ImageSize.IsEmpty)
System.Windows.Forms (34)
winforms\Managed\System\WinForms\Control.cs (3)
2795if(!cachedSize.IsEmpty && (proposedSize == LayoutUtils.MaxSize)) { 11536if (!minSize.IsEmpty) { 11542if (!maxSize.IsEmpty) {
winforms\Managed\System\WinForms\Cursor.cs (1)
330if (cursorSize.IsEmpty) {
winforms\Managed\System\WinForms\Form.cs (14)
611if (autoScaleBaseSize.IsEmpty) { 1593if (!MinimumSize.IsEmpty && !value.IsEmpty) { 1607if (!value.IsEmpty && (size.Width > value.Width || size.Height > value.Height)) { 1757if (!MaximumSize.IsEmpty && !value.IsEmpty) { 3367if (!autoScaleBaseSize.IsEmpty) { 5794if (!MinimumSize.IsEmpty) { 5797if (!MaximumSize.IsEmpty) { 7162if (!minTrack.IsEmpty 7163|| !maxTrack.IsEmpty 7182if (!minTrack.IsEmpty) { 7196if (maxTrack.IsEmpty) { 7209if (!maxTrack.IsEmpty) {
winforms\Managed\System\WinForms\ImageList.cs (1)
259if (value.IsEmpty) {
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1781if(!cachedSize.IsEmpty) {
winforms\Managed\System\WinForms\ListView.cs (2)
1636if (tileSize.IsEmpty) { 1653if (value.IsEmpty || value.Height <= 0 || value.Width <= 0) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
484if (!userAutoScrollMinSize.IsEmpty) {
winforms\Managed\System\WinForms\TabControl.cs (1)
556if (itemSize.IsEmpty) {
winforms\Managed\System\WinForms\ToolBar.cs (5)
375if (buttonSize.IsEmpty) { 1132if (buttons != null && buttonSize.IsEmpty && IsHandleCreated) { 1341if (!buttonSize.IsEmpty) { 1398if (!buttonSize.IsEmpty) { 1485return !buttonSize.IsEmpty;
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
480if (!(buttonSize.IsEmpty)) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (4)
1702if (!MinimumSize.IsEmpty) { 1705if (!MaximumSize.IsEmpty) { 1734if (!MinimumSize.IsEmpty) { 1737if (!MaximumSize.IsEmpty) {
System.Windows.Forms.DataVisualization (5)
Common\Converters\LegendConverters.cs (1)
271 if(((System.Drawing.Size)value).IsEmpty)
Common\General\Legend.cs (1)
507 if(!highestHeader.IsEmpty)
Common\General\LegendColumns.cs (3)
1487 !this._cachedCellSize.IsEmpty) 1505 if(this.ImageSize.IsEmpty && this.Image.Length > 0) 2106 if(!this.ImageSize.IsEmpty)
System.Workflow.Activities (3)
Designers\StateDesigner.cs (1)
1532this.NeedsAutoLayout = this.Size.IsEmpty;
Designers\StateDesignerConnector.cs (1)
227if (!size.IsEmpty)
Designers\StateMachineDesignerPaint.cs (1)
33if (maxSize.IsEmpty)
System.Workflow.ComponentModel (25)
AuthoringOM\Design\ActivityDesigner.cs (4)
411if (!imageRectangle.Size.IsEmpty) 1577if (!textRectangle.Size.IsEmpty) 1674if (!String.IsNullOrEmpty(Text) && !TextRectangle.Size.IsEmpty) 1680if (Image != null && !ImageRectangle.Size.IsEmpty)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
1054while (accessibilityObject.Bounds.Size.IsEmpty && accessibilityObject.GetChildCount() > 0)
AuthoringOM\Design\CompositeActivityDesigner.cs (8)
242Size anchorSize = (!textSize.IsEmpty) ? textSize : imageSize; 265if (!textRectangle.Size.IsEmpty) 275if (!expandButtonRectangle.Size.IsEmpty || !textRectangle.Size.IsEmpty || !imageRectangle.Size.IsEmpty) 278if (!imageRectangle.Size.IsEmpty && !textRectangle.Size.IsEmpty) 1237if (!expandButtonRectangle.Size.IsEmpty)
AuthoringOM\Design\Connector.cs (1)
516if (!size.IsEmpty)
AuthoringOM\Design\DesignerHelpers.cs (2)
65if (maxSize.IsEmpty) 199if (size.IsEmpty || destination.IsEmpty)
AuthoringOM\Design\Glyphs\ShadowGlyph.cs (1)
39if (!bounds.Size.IsEmpty)
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
406if (CurrentDropTarget == -1 && !helpTextRectangle.Size.IsEmpty)
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (4)
109if (!textBounds.Size.IsEmpty || !imageBounds.Size.IsEmpty) 209if (!String.IsNullOrEmpty(Text) && !TextRectangle.Size.IsEmpty && e.DesignerTheme != null && e.DesignerTheme.Font != null) 216if (Image != null && !ImageRectangle.Size.IsEmpty)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
216return (!String.IsNullOrEmpty(Text) && !TextRectangle.Size.IsEmpty && Views.Count > 1);
AuthoringOM\Design\WorkflowLayouts.cs (1)
726if (!rootDesignerSize.IsEmpty)
AuthoringOM\Design\WorkflowView.cs (1)
1653if (!viewPortData.ShadowDepth.IsEmpty)