17 references to IsEmpty
PresentationCore (2)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
192
if (((Size)value).
IsEmpty
)
Core\CSharp\System\Windows\Media\DrawingImage.cs (1)
104
if (!size.
IsEmpty
)
PresentationFramework (5)
src\Framework\MS\Internal\Documents\RowCache.cs (1)
1217
if (pageSize.
IsEmpty
)
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
217
if ( !_constraintSize.
IsEmpty
)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
5976
Debug.Assert(!containerSize.
IsEmpty
, "We can't estimate an empty size");
6060
Debug.Assert(!containerSize.
IsEmpty
, "We can't estimate an empty size");
src\Framework\System\Windows\Shapes\Shape.cs (1)
454
size.
IsEmpty
);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
74
if (!size.
IsEmpty
)
WindowsBase (9)
Base\System\Windows\Generated\Size.cs (4)
97
if (size1.
IsEmpty
)
99
return size2.
IsEmpty
;
153
if (
IsEmpty
)
311
if (
IsEmpty
)
Base\System\Windows\Rect.cs (3)
40
if (size.
IsEmpty
)
102
if(size.
IsEmpty
)
185
if (value.
IsEmpty
)
Base\System\Windows\Size.cs (2)
89
if (
IsEmpty
)
114
if (
IsEmpty
)