9 references to PropertyGuid
PresentationCore (9)
System\Windows\Ink\DrawingAttributes.cs (7)
957
if ( e.
PropertyGuid
== KnownIds.Color)
961
else if ( e.
PropertyGuid
== KnownIds.StylusTip)
965
else if ( e.
PropertyGuid
== KnownIds.StylusTipTransform)
969
else if ( e.
PropertyGuid
== KnownIds.StylusHeight)
973
else if ( e.
PropertyGuid
== KnownIds.StylusWidth)
977
else if ( e.
PropertyGuid
== KnownIds.IsHighlighter)
981
else if ( e.
PropertyGuid
== KnownIds.DrawingFlags )
System\Windows\Ink\IncrementalHitTester.cs (1)
885
if(DrawingAttributes.IsGeometricalDaGuid(args.
PropertyGuid
))
System\Windows\Ink\Stroke.cs (1)
1039
if (DrawingAttributes.IsGeometricalDaGuid(e.
PropertyGuid
))