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