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