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