2 references to DialogCancelCommand
PresentationFramework (2)
src\Framework\System\Windows\Controls\Button.cs (1)
281
MS.Internal.Commands.CommandHelpers.ExecuteCommand(Window.
DialogCancelCommand
, null, this);
src\Framework\System\Windows\Window.cs (1)
3640
CommandBinding binding = new CommandBinding(
DialogCancelCommand
);