9 references to Refresh
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
135
appCommand = NavigationCommands.
Refresh
;
PresentationFramework (5)
MS\Internal\AppModel\OleCmdHelper.cs (2)
198
_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_REFRESH, new CommandWithArgument(NavigationCommands.
Refresh
));
221
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Refresh, new CommandWithArgument(NavigationCommands.
Refresh
));
System\Windows\Controls\Frame.cs (1)
1365
AddCommandBinding(new CommandBinding(NavigationCommands.
Refresh
, OnRefresh, OnQueryRefresh));
System\Windows\Input\Command\CommandConverter.cs (1)
268
knownCommand = NavigationCommands.
Refresh
;
System\Windows\Navigation\NavigationWindow.cs (1)
195
NavigationCommands.
Refresh
,
PresentationUI (3)
InstallationError.xaml.cs (1)
25
new CommandBinding(NavigationCommands.
Refresh
,
TenFeetInstallationError.xaml.cs (1)
32
new CommandBinding(NavigationCommands.
Refresh
,
TenFeetInstallationProgress.xaml.cs (1)
33
new CommandBinding(NavigationCommands.
Refresh
,