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