2 references to IconProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (2)
34get { return (DrawingBrush)GetValue(IconProperty); } 35set { SetValue(IconProperty, value); }