3 references to GeometricallyEqual
PresentationCore (3)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
919
if (false == DrawingAttributes.
GeometricallyEqual
(args.NewDrawingAttributes, args.PreviousDrawingAttributes))
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
504
if (false == DrawingAttributes.
GeometricallyEqual
(previousDa, _drawingAttributes))
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
506
bool geometricallyEqual = DrawingAttributes.
GeometricallyEqual
(drawingAttributes, this.DrawingAttributes);