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