7 references to UserInitiated
PresentationCore (7)
System\Windows\Input\AccessKeyManager.cs (2)
307
if (ProcessKeyForSender(e.OriginalSource, text, false /* existsElsewhere */,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
332
if (ProcessKeyForSender(e.OriginalSource, text, false /* existsElsewhere */,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
System\Windows\Input\Command\CommandManager.cs (3)
415
inputEventArgs.
UserInitiated
/*trusted*/,
443
return routedCommand.ExecuteCore(parameter, target, inputEventArgs.
UserInitiated
);
679
command.ExecuteCore(e.Parameter, newSource, e.
UserInitiated
);
System\Windows\RoutedEventArgs.cs (2)
96
if (
UserInitiated
&& InvokingHandler)
188
if (InvokingHandler &&
UserInitiated
)