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