3 writes to _height
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
41
_height
= 1;
136
_height
= height;
159
_height
= value;
3 references to _height
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
157
get{ return
_height
; }
372
&& (this.
_height
== obj.
_height
)