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