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