9 references to NavigationToolCommandIds
System.Workflow.ComponentModel (9)
AuthoringOM\Design\CommandSet.cs (4)
133new CommandSetItem(new EventHandler(OnStatusMessageFilter), new EventHandler(OnMessageFilterChanged), NavigationToolCommandIds[0]), 134new CommandSetItem(new EventHandler(OnStatusMessageFilter), new EventHandler(OnMessageFilterChanged), NavigationToolCommandIds[1]), 135new CommandSetItem(new EventHandler(OnStatusMessageFilter), new EventHandler(OnMessageFilterChanged), NavigationToolCommandIds[2]), 136new CommandSetItem(new EventHandler(OnStatusMessageFilter), new EventHandler(OnMessageFilterChanged), NavigationToolCommandIds[3]),
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (2)
136foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds) 155foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds)
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (3)
208foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds) 227foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds) 267foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds)