7 references to UserInitiated
PresentationCore (7)
System\Windows\Input\AccessKeyManager.cs (2)
294
if (ProcessKeyForSender(e.OriginalSource, text, existsElsewhere: false,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
319
if (ProcessKeyForSender(e.OriginalSource, text, existsElsewhere: false,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
System\Windows\Input\Command\CommandManager.cs (3)
403
trusted: inputEventArgs.
UserInitiated
,
431
return routedCommand.ExecuteCore(parameter, target, inputEventArgs.
UserInitiated
);
671
command.ExecuteCore(e.Parameter, newSource, e.
UserInitiated
);
System\Windows\RoutedEventArgs.cs (2)
89
if (
UserInitiated
&& InvokingHandler)
181
if (InvokingHandler &&
UserInitiated
)