2 references to DropDownMenuIconProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (2)
72
get { return (DrawingBrush)GetValue(
DropDownMenuIconProperty
); }
73
set { SetValue(
DropDownMenuIconProperty
, value); }