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