293 references to Empty
PresentationCore (104)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (1)
159
return Rect.
Empty
;
Core\CSharp\MS\Internal\Automation\InteropAutomationProvider.cs (1)
112
get { return Rect.
Empty
; }
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (4)
72
_bounds = Rect.
Empty
;
107
Rect inkSegmentBounds = Rect.
Empty
;
150
Rect inkSegmentBounds = Rect.
Empty
;
331
private Rect _bounds = Rect.
Empty
;
Core\CSharp\MS\Internal\Ink\Lasso.cs (4)
219
Rect currentStrokeSegmentBounds = Rect.
Empty
;
540
private Rect _bounds = Rect.
Empty
;
741
Rect bounds = Rect.
Empty
;
906
private Rect _prevBounds = Rect.
Empty
;
Core\CSharp\MS\Internal\Ink\Quad.cs (1)
91
get { return IsEmpty ? Rect.
Empty
: Rect.Union(new Rect(_A, _B), new Rect(_C, _D)); }
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (2)
102
return IsValid ? _operations.GetNodeBounds(_thisNode) : Rect.
Empty
;
111
return IsValid ? Rect.Union(_operations.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.
Empty
;
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (1)
1343
private Rect _shapeBounds = Rect.
Empty
;
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (2)
55
bounds = Rect.
Empty
;
238
Rect empty = Rect.
Empty
;
Core\CSharp\MS\Internal\Ink\StylusShape.cs (1)
194
bbox = Rect.
Empty
;
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (4)
299
Rect bbox = Rect.
Empty
;
321
Rect triBBox = Rect.
Empty
;
359
Rect triBBox = Rect.
Empty
;
1193
Rect result = Rect.
Empty
;
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
238
Rect inkBoundingBox = Rect.
Empty
;
269
boundingBox = Rect.
Empty
;
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
626
Rect boundingBox = Rect.
Empty
;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3768
_boundingBox = Rect.
Empty
;
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (4)
596
_boundingBox = Rect.
Empty
;
609
Rect boundingBox = Rect.
Empty
;
1769
return Rect.
Empty
; // nothing to draw
1831
inkBoundingBox = Rect.
Empty
;
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
131
return Rect.
Empty
;
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (3)
179
rectScreen = Rect.
Empty
;
194
rect = Rect.
Empty
;
241
isOffscreen = (DoubleUtil.AreClose(boundingRect, Rect.
Empty
) ||
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (7)
208
return Rect.
Empty
;
214
return Rect.
Empty
;
237
return Rect.
Empty
;
243
return Rect.
Empty
;
274
isOffscreen = (DoubleUtil.AreClose(boundingRect, Rect.
Empty
) ||
300
!DoubleUtil.AreClose(boundingRect, Rect.
Empty
) &&
322
boundingRect = Rect.
Empty
;
Core\CSharp\System\Windows\Documents\DocumentPage.cs (8)
41
_bleedBox = Rect.
Empty
;
42
_contentBox = Rect.
Empty
;
77
_bleedBox = Rect.
Empty
;
78
_contentBox = Rect.
Empty
;
122
if (_bleedBox == Rect.
Empty
)
137
if (_contentBox == Rect.
Empty
)
266
public MissingDocumentPage() : base(null, Size.Empty, Rect.
Empty
, Rect.
Empty
) { }
Core\CSharp\System\Windows\Ink\Stroke.cs (5)
183
_cachedBounds = Rect.
Empty
;
508
_cachedBounds = Rect.
Empty
;
543
_cachedBounds = Rect.
Empty
;
1080
_cachedBounds = Rect.
Empty
;
1102
_cachedBounds = Rect.
Empty
;
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
760
private Rect _cachedBounds = Rect.
Empty
;
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
38
Rect bounds = Rect.
Empty
;
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (3)
60
_bounds = Rect.
Empty
;
640
_clip = Rect.
Empty
;
641
_bounds = Rect.
Empty
;
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
143
return Rect.
Empty
;
Core\CSharp\System\Windows\Media\DrawingVisual.cs (2)
189
Rect resultRect = Rect.
Empty
;
200
return Rect.
Empty
;
Core\CSharp\System\Windows\Media\Effects\Effect.cs (3)
164
? Rect.
Empty
221
return Rect.
Empty
;
293
private Rect _mruWorldBounds = Rect.
Empty
;
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (2)
236
internal static Rect s_AreaToApplyEffect = Rect.
Empty
;
285
Rect.
Empty
,
Core\CSharp\System\Windows\Media\Generated\ImageDrawing.cs (2)
350
internal static Rect s_Rect = Rect.
Empty
;
388
Rect.
Empty
,
Core\CSharp\System\Windows\Media\Generated\RectangleGeometry.cs (2)
372
internal static Rect s_Rect = Rect.
Empty
;
419
Rect.
Empty
,
Core\CSharp\System\Windows\Media\Generated\VideoDrawing.cs (2)
331
internal static Rect s_Rect = Rect.
Empty
;
369
Rect.
Empty
,
Core\CSharp\System\Windows\Media\Geometry.cs (2)
141
return Rect.
Empty
;
225
bounds = Rect.
Empty
;
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
1397
bounds = Rect.
Empty
;
1573
return Rect.
Empty
;
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
104
return Rect.
Empty
;
Core\CSharp\System\Windows\Media\ImageBrush.cs (1)
72
contentBounds = Rect.
Empty
;
Core\CSharp\System\Windows\Media\Imaging\BitmapVisualManager.cs (1)
66
Render(visual, Matrix.Identity, Rect.
Empty
);
Core\CSharp\System\windows\Media\MILUtilities.cs (1)
217
return Rect.
Empty
;
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
752
return Rect.
Empty
;
788
return Rect.
Empty
;
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (2)
96
boundsRect = Rect.
Empty
;
204
boundingRect = Rect.
Empty
;
Core\CSharp\System\Windows\Media\Renderer.cs (1)
46
Render(pRenderTarget, channel, visual, width, height, dpiX, dpiY, Matrix.Identity, Rect.
Empty
);
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
200
return Rect.
Empty
;
Core\CSharp\System\Windows\Media\TileBrush.cs (2)
80
Rect contentBounds = Rect.
Empty
;
97
if (contentBounds == Rect.
Empty
)
Core\CSharp\System\Windows\Media\Visual.cs (5)
372
return Rect.
Empty
;
485
Rect bboxSubgraph = Rect.
Empty
;
510
contentBounds = Rect.
Empty
;
556
Rect bboxSubgraph = Rect.
Empty
;
5389
private Rect _bboxSubgraph = Rect.
Empty
;
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
365
private Rect _bbox = Rect.
Empty
;
Core\CSharp\System\Windows\Media3D\GeneralTransform3DTo2D.cs (1)
99
return Rect.
Empty
;
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (1)
164
return Rect.
Empty
;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (4)
259
new PropertyMetadata(Rect.
Empty
, ViewportPropertyChanged),
557
return Rect.
Empty
;
573
return Rect.
Empty
;
588
return Rect.
Empty
;
Core\CSharp\System\Windows\Media3D\Visual3D.cs (1)
826
Rect contentBounds = Rect.
Empty
;
Core\CSharp\System\Windows\UIElement.cs (2)
3268
Rect resultRect = Rect.
Empty
;
3279
return Rect.
Empty
;
Graphics\include\exports.cs (1)
2024
command.Clip = Rect.
Empty
;
PresentationFramework (134)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (4)
265
if (rect != Rect.
Empty
)
290
if (rect != Rect.
Empty
)
327
if (extension && rect != Rect.
Empty
)
334
return Rect.
Empty
;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
396
if (markerRect == Rect.
Empty
)
874
if (next != Rect.
Empty
&& current != Rect.
Empty
)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
1025
Rect imageableRect = Rect.
Empty
;
1065
if (imageableRect == Rect.
Empty
)
src\Framework\MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (1)
181
private Rect _previousRect = Rect.
Empty
;
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
104
_strokesBounds = Rect.
Empty
;
430
Rect frameRect = Rect.
Empty
;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1589
Rect ret = Rect.
Empty
;
1605
Rect pageBounds = Rect.
Empty
;
src\Framework\MS\Internal\Documents\DocumentGrid.cs (5)
318
MakeContentPositionVisibleAsync(new MakeVisibleData(null, cp, Rect.
Empty
));
1855
Rect boundingRect = (data.Rect != Rect.
Empty
) ? data.Rect : data.Visual.VisualContentBounds;
1886
if (r != Rect.
Empty
)
1914
if (r != Rect.
Empty
&& TextEditor != null)
2656
if (selectionRect != Rect.
Empty
)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
134
return Rect.
Empty
;
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (4)
438
if (positionRect != Rect.
Empty
)
441
if (positionRect != Rect.
Empty
)
477
while (visual != null && visibleRect != Rect.
Empty
)
493
visibleRect = Rect.
Empty
;
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (2)
106
Rect viewport = Rect.
Empty
;
593
rectangle = Rect.
Empty
;
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (2)
121
Rect rect = Rect.
Empty
;
1269
if (rect != Rect.
Empty
)
src\Framework\MS\Internal\Documents\ScrollData.cs (1)
183
return Rect.
Empty
;
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
236
rectangle = Rect.
Empty
;
3003
return _scrollData == null ? Rect.
Empty
:
src\Framework\MS\Internal\Documents\TextDocumentView.cs (14)
210
Rect visibleRect = Rect.
Empty
;
1124
Rect rect = Rect.
Empty
;
1158
Rect rect = Rect.
Empty
;
1168
if (rect == Rect.
Empty
)
1190
if (rect == Rect.
Empty
)
1209
if (rect != Rect.
Empty
)
1246
if (rect == Rect.
Empty
)
1261
Rect rect = Rect.
Empty
;
1450
return Rect.
Empty
;
3370
if (rect == Rect.
Empty
)
3439
if (rect == Rect.
Empty
)
3453
if (rect == Rect.
Empty
)
3503
return Rect.
Empty
;
3537
return Rect.
Empty
;
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
54
if (rect != Rect.
Empty
)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (5)
64
_inkCanvas.FeedbackAdorner.UpdateBounds(Rect.
Empty
);
198
feedbackAdorner.UpdateBounds(Rect.
Empty
);
839
SelectedStrokes.GetBounds( ) : Rect.
Empty
;
874
return Rect.
Empty
;
877
Rect elementsBounds = Rect.
Empty
;
src\Framework\MS\Internal\Ink\LassoHelper.cs (1)
320
_boundingBox = Rect.
Empty
;
src\Framework\MS\Internal\PtsHost\ParagraphVisual.cs (1)
30
_renderBounds = Rect.
Empty
;
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
1243
return System.Windows.Rect.
Empty
;
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
733
Rect rect = System.Windows.Rect.
Empty
;
780
Rect rect = System.Windows.Rect.
Empty
;
src\Framework\MS\Internal\Text\InlineObject.cs (1)
91
return Rect.
Empty
;
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (6)
150
if (boundingRect != Rect.
Empty
&& uiScope != null)
177
if (boundingRect != Rect.
Empty
&& uiScope != null)
210
return (DoubleUtil.AreClose(boundingRect, Rect.
Empty
) || uiScope == null);
232
Rect boundingRect = Rect.
Empty
;
261
while (visual != null && boundingRect != Rect.
Empty
)
277
boundingRect = Rect.
Empty
;
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (8)
65
return Rect.
Empty
;
76
return Rect.
Empty
;
84
return Rect.
Empty
;
96
return Rect.
Empty
;
174
if (CalculateVisibleRect(textView, textElement, textElement.ContentStart, textElement.ContentEnd) == Rect.
Empty
)
190
Rect visibleRect = (geometry != null) ? geometry.Bounds : Rect.
Empty
;
192
while (visual != null && visibleRect != Rect.
Empty
)
210
return Rect.
Empty
;
src\Framework\System\Windows\Controls\ContextMenuService.cs (1)
238
new FrameworkPropertyMetadata(Rect.
Empty
)); // Default Value
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
859
if (rect != Rect.
Empty
)
1109
Rect targetRect = Rect.
Empty
;
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3001
elementRect = Rect.
Empty
;
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1145
Rect targetRect = Rect.
Empty
;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (7)
690
Rect.
Empty
,
1509
_positionInfo.MouseRect = Rect.
Empty
;
1996
public Rect MouseRect = Rect.
Empty
;
2100
double score = currentIntersection != Rect.
Empty
? currentIntersection.Width * currentIntersection.Height : 0;
2313
if (_positionInfo.MouseRect == Rect.
Empty
)
2324
else if (placementRect == Rect.
Empty
)
2341
if (placementRect == Rect.
Empty
)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
584
return Rect.
Empty
;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1632
rect = Rect.
Empty
;
1635
return rect != Rect.
Empty
;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1186
OnBringIntoView(this, Rect.
Empty
, newMasterPageNumber);
src\Framework\System\Windows\Controls\Stack.cs (1)
256
return Rect.
Empty
;
src\Framework\System\Windows\Controls\TextAdaptor.cs (5)
129
Rect visibleRect = Rect.
Empty
;
151
Rect lineRect = Rect.
Empty
;
226
Rect rangeBounds = Rect.
Empty
;
329
while (visual != null && visibleRect != Rect.
Empty
)
345
visibleRect = Rect.
Empty
;
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2288
Rect rect = Rect.
Empty
;
src\Framework\System\Windows\Controls\TextBox.cs (3)
1405
rect = Rect.
Empty
;
1415
rect = Rect.
Empty
;
1418
return rect != Rect.
Empty
;
src\Framework\System\Windows\Controls\ToolTipService.cs (1)
231
new FrameworkPropertyMetadata(Rect.
Empty
)); // Default Value
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (5)
1449
return Rect.
Empty
;
2151
Rect viewport = Rect.
Empty
, extendedViewport = Rect.
Empty
;
3908
Rect estimatedExtendedViewport = Rect.
Empty
;
8046
Rect childViewport = Rect.
Empty
;
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
154
return Rect.
Empty
;
src\Framework\System\Windows\Documents\FixedHighlight.cs (2)
132
return Rect.
Empty
;
138
return Rect.
Empty
;
src\Framework\System\Windows\Documents\FixedPage.cs (2)
535
new FrameworkPropertyMetadata(Rect.
Empty
));
554
new FrameworkPropertyMetadata(Rect.
Empty
));
src\Framework\System\Windows\Documents\FixedSOMSemanticBox.cs (1)
35
_boundingRect = Rect.
Empty
;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1414
_lineLayoutBox = Rect.
Empty
;
1799
_lineLayoutBox = Rect.
Empty
;
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
279
if (backgroundRect == Rect.
Empty
)
1010
return Rect.
Empty
;
src\Framework\System\Windows\Documents\Glyphs.cs (1)
124
inkBoundingBox = Rect.
Empty
;
src\Framework\System\Windows\Documents\HighlightVisual.cs (3)
184
Rect combinedRect = Rect.
Empty
;
202
if (backgroundRect == Rect.
Empty
)
304
if (clipRect == Rect.
Empty
)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
54
_selectionRect = Rect.
Empty
;
src\Framework\System\Windows\Documents\TextPointer.cs (1)
1270
return Rect.
Empty
;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1590
columnRect = Rect.
Empty
;
src\Framework\System\windows\Documents\TextSelection.cs (1)
2229
return Rect.
Empty
;
src\Framework\System\Windows\Documents\TextStore.cs (1)
3089
return Rect.
Empty
;
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1083
RequestBringIntoViewEventArgs args = new RequestBringIntoViewEventArgs(this, Rect.
Empty
);
src\Framework\System\Windows\FrameworkElement.cs (1)
3302
BringIntoView( /*RenderSize*/ Rect.
Empty
);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (5)
636
Rect desiredRect = Rect.
Empty
;
2544
return Rect.
Empty
;
2562
if (itemsHostRect != Rect.
Empty
)
2935
Rect resultRect = Rect.
Empty
;
2947
if (currentRect != Rect.
Empty
)
src\Framework\System\Windows\Shapes\Ellipse.cs (1)
244
private Rect _rect = Rect.
Empty
;
src\Framework\System\Windows\Shapes\Polyline.cs (1)
155
if (polylineGeometry.Bounds == Rect.
Empty
)
src\Framework\System\Windows\Shapes\Rectangle.cs (1)
291
private Rect _rect = Rect.
Empty
;
src\Framework\System\Windows\Window.cs (2)
1126
return Rect.
Empty
;
3908
Rect ownerRectDeviceUnits = Rect.
Empty
;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
948
bounds = Rect.
Empty
;
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (3)
561
ModelItemFocusHelper.Focus(item, MaxExpandLevel, false, Rect.
Empty
);
693
Focus(itemToFocus, maxExpandLevel, shouldGetKeyboardFocus, Rect.
Empty
);
965
if (rectToBringIntoView != Rect.
Empty
)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
721
rectToBringIntoView = Rect.
Empty
;
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
428
if (this.oldBounds != Rect.
Empty
)
UIAutomationClient (5)
MS\Internal\Automation\BoundingRectTracker.cs (1)
121
Rect.
Empty
,
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
250
return Rect.
Empty
;
256
return Rect.
Empty
;
MS\Internal\Automation\Schema.cs (1)
253
new AutomationPropertyInfo( convertToRect, AutomationElement.BoundingRectangleProperty, typeof(Rect), Rect.
Empty
),
MS\Internal\Automation\UiaCoreAPI.cs (1)
1043
rects[i] = Rect.
Empty
;
UIAutomationClientsideProviders (41)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1187
return Rect.
Empty
;
1217
return Rect.
Empty
;
MS\Internal\AutomationProxies\Misc.cs (4)
1245
return Rect.
Empty
;
2049
rects[i] = Rect.
Empty
;
2065
rects[i] = Rect.
Empty
;
2095
rects[i] = Rect.
Empty
;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
441
return Rect.
Empty
;
453
return Rect.
Empty
;
460
return Rect.
Empty
;
MS\Internal\AutomationProxies\ProxySimple.cs (2)
109
return Rect.
Empty
;
116
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
149
return Rect.
Empty
;
153
return Rect.
Empty
;
939
return Rect.
Empty
;
943
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
80
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
111
Rect boundingRectangle = Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
90
return Rect.
Empty
;
103
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1301
return Rect.
Empty
;
2923
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
418
return Rect.
Empty
;
424
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
1421
rect = Rect.
Empty
;
1435
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
159
return Rect.
Empty
;
169
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (6)
222
return Rect.
Empty
;
228
return Rect.
Empty
;
237
return Rect.
Empty
;
276
return Rect.
Empty
;
309
return Rect.
Empty
;
401
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsSlider.cs (3)
481
return Rect.
Empty
;
493
return Rect.
Empty
;
541
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
581
return Rect.
Empty
;
592
return Rect.
Empty
;
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
583
return Rect.
Empty
;
626
return Rect.
Empty
;
MS\Win32\NativeMethods.cs (1)
1236
return Rect.
Empty
;
WindowsBase (3)
Base\System\Windows\Generated\Rect.cs (1)
190
value =
Empty
;
Base\System\Windows\Rect.cs (2)
145
Debug.Assert((!(_width < 0) && !(_height < 0)) || (this ==
Empty
));
495
this =
Empty
;