9 references to PropertyGuid
PresentationCore (9)
System\Windows\Ink\DrawingAttributes.cs (7)
958
if ( e.
PropertyGuid
== KnownIds.Color)
962
else if ( e.
PropertyGuid
== KnownIds.StylusTip)
966
else if ( e.
PropertyGuid
== KnownIds.StylusTipTransform)
970
else if ( e.
PropertyGuid
== KnownIds.StylusHeight)
974
else if ( e.
PropertyGuid
== KnownIds.StylusWidth)
978
else if ( e.
PropertyGuid
== KnownIds.IsHighlighter)
982
else if ( e.
PropertyGuid
== KnownIds.DrawingFlags )
System\Windows\Ink\IncrementalHitTester.cs (1)
889
if(DrawingAttributes.IsGeometricalDaGuid(args.
PropertyGuid
))
System\Windows\Ink\Stroke.cs (1)
1040
if (DrawingAttributes.IsGeometricalDaGuid(e.
PropertyGuid
) == true)