1 write to _bottom
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (1)
910
_bottom
= bottom;
2 references to _bottom
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (2)
935
_bottom
>= _top)
937
return new Rect(_left, _top, _right - _left,
_bottom
- _top);