2 references to IconProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (2)
35
get { return (DrawingBrush)GetValue(
IconProperty
); }
36
set { SetValue(
IconProperty
, value); }