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