9 references to PropertyGuid
PresentationCore (9)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (7)
976
if ( e.
PropertyGuid
== KnownIds.Color)
980
else if ( e.
PropertyGuid
== KnownIds.StylusTip)
984
else if ( e.
PropertyGuid
== KnownIds.StylusTipTransform)
988
else if ( e.
PropertyGuid
== KnownIds.StylusHeight)
992
else if ( e.
PropertyGuid
== KnownIds.StylusWidth)
996
else if ( e.
PropertyGuid
== KnownIds.IsHighlighter)
1000
else if ( e.
PropertyGuid
== KnownIds.DrawingFlags )
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
909
if(DrawingAttributes.IsGeometricalDaGuid(args.
PropertyGuid
))
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
1076
if (DrawingAttributes.IsGeometricalDaGuid(e.
PropertyGuid
) == true)