7 references to UserInitiated
PresentationCore (7)
System\Windows\Input\AccessKeyManager.cs (2)
295
if (ProcessKeyForSender(e.OriginalSource, text, false /* existsElsewhere */,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
320
if (ProcessKeyForSender(e.OriginalSource, text, false /* existsElsewhere */,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
System\Windows\Input\Command\CommandManager.cs (3)
404
inputEventArgs.
UserInitiated
/*trusted*/,
432
return routedCommand.ExecuteCore(parameter, target, inputEventArgs.
UserInitiated
);
668
command.ExecuteCore(e.Parameter, newSource, e.
UserInitiated
);
System\Windows\RoutedEventArgs.cs (2)
90
if (
UserInitiated
&& InvokingHandler)
182
if (InvokingHandler &&
UserInitiated
)