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