6 references to Height
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (1)
31
_radii = new Size(nodeShape.Width * 0.5, nodeShape.
Height
* 0.5);
PresentationFramework (5)
src\Framework\MS\Internal\Ink\EraserBehavior.cs (2)
185
|| _cachedStylusShape.
Height
!= InkCanvas.EraserShape.
Height
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
85
da.Height = stylusShape.
Height
;
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
795
if ( oldShape.Width != _eraserShape.Width || oldShape.
Height
!= _eraserShape.
Height