8 references to UserInitiated
PresentationCore (8)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (2)
352
if (ProcessKeyForSender(e.OriginalSource, text, false /* existsElsewhere */,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
382
if (ProcessKeyForSender(e.OriginalSource, text, false /* existsElsewhere */,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (4)
478
inputEventArgs.
UserInitiated
/*trusted*/,
511
return routedCommand.ExecuteCore(parameter, target, inputEventArgs.
UserInitiated
);
589
bool elevate = e.
UserInitiated
&& (secureCommand != null) && (secureCommand.UserInitiatedPermission != null);
783
command.ExecuteCore(e.Parameter, newSource, e.
UserInitiated
);
Core\CSharp\System\Windows\RoutedEventArgs.cs (2)
94
if (
UserInitiated
&& InvokingHandler)
194
if (InvokingHandler &&
UserInitiated
)