3 instantiations of MilRectD
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (2)
917return new MilRectD(0,0,0,0); 925return new MilRectD(Double.NaN,Double.NaN,Double.NaN,Double.NaN);
System\Windows\Media\StreamGeometry.cs (1)
161MilRectD bounds = new MilRectD();
12 references to MilRectD
PresentationCore (12)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (3)
913internal static MilRectD Empty 921internal static MilRectD NaN 1014[FieldOffset(8)] internal MilRectD Bounds;
System\Windows\Media\PathGeometry.cs (5)
722MilRectD bounds = PathGeometry.GetPathBoundsAsRB( 740internal static MilRectD GetPathBoundsAsRB( 764MilRectD bounds; 790bounds = MilRectD.NaN; 1052internal MilRectD _bounds; // Cached Bounds
System\Windows\Media\StreamGeometry.cs (3)
82private bool AreBoundsValid(ref MilRectD bounds) 111private void CacheBounds(ref MilRectD bounds) 161MilRectD bounds = new MilRectD();
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (1)
85MilRectD* pBounds);