5 implementations of ICommandSource
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
24public class InputBinding : Freezable, ICommandSource
PresentationFramework (4)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
74public class MenuItem : HeaderedItemsControl, ICommandSource
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
29public abstract class ButtonBase : ContentControl, ICommandSource
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
36public class Hyperlink : Span, ICommandSource, IUriContext
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (1)
13public sealed class ThumbButtonInfo : Freezable, ICommandSource
3 references to ICommandSource
PresentationFramework (3)
src\Framework\MS\Internal\Commands\CommandHelpers.cs (3)
123internal static bool CanExecuteCommandSource(ICommandSource commandSource) 157internal static void ExecuteCommandSource(ICommandSource commandSource) 172internal static void CriticalExecuteCommandSource(ICommandSource commandSource, bool userInitiated)