7 references to Refresh
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
130
appCommand = NavigationCommands.
Refresh
;
PresentationFramework (3)
System\Windows\Controls\Frame.cs (1)
1338
AddCommandBinding(new CommandBinding(NavigationCommands.
Refresh
, OnRefresh, OnQueryRefresh));
System\Windows\Input\Command\CommandConverter.cs (1)
263
knownCommand = NavigationCommands.
Refresh
;
System\Windows\Navigation\NavigationWindow.cs (1)
179
NavigationCommands.
Refresh
,
PresentationUI (3)
InstallationError.xaml.cs (1)
21
new CommandBinding(NavigationCommands.
Refresh
,
TenFeetInstallationError.xaml.cs (1)
28
new CommandBinding(NavigationCommands.
Refresh
,
TenFeetInstallationProgress.xaml.cs (1)
29
new CommandBinding(NavigationCommands.
Refresh
,