1 write to MenuItemStyle
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
276this.MenuItemStyle = (Style)this.FindResource("menuItemStyle");
3 references to MenuItemStyle
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
1748if (item is MenuItem && null != this.owner.MenuItemStyle) 1751return this.owner.MenuItemStyle;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
277Fx.Assert(this.MenuItemStyle != null, "menuItemStyle resource not found");