22 references to UserInitiated
PresentationCore (7)
System\Windows\Input\AccessKeyManager.cs (2)
294
if (ProcessKeyForSender(e.OriginalSource, text, existsElsewhere: false,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
319
if (ProcessKeyForSender(e.OriginalSource, text, existsElsewhere: false,e.
UserInitiated
) != ProcessKeyResult.NoMatch)
System\Windows\Input\Command\CommandManager.cs (3)
403
trusted: inputEventArgs.
UserInitiated
,
431
return routedCommand.ExecuteCore(parameter, target, inputEventArgs.
UserInitiated
);
671
command.ExecuteCore(e.Parameter, newSource, e.
UserInitiated
);
System\Windows\RoutedEventArgs.cs (2)
89
if (
UserInitiated
&& InvokingHandler)
181
if (InvokingHandler &&
UserInitiated
)
PresentationFramework (15)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
97
((ViewerContextMenu)contextMenu).AddMenuItems(documentGrid, e.
UserInitiated
);
MS\Internal\Ink\EditingCoordinator.cs (2)
735
InitializeCapture(capturedDevice, stylusEditingBehavior, args.
UserInitiated
, resetDynamicRenderer);
797
stylusEditingBehavior.AddStylusPoints(stylusPoints, args.
UserInitiated
);
System\Windows\Controls\InkCanvas.cs (1)
2796
args.CanExecute = args.
UserInitiated
System\Windows\Controls\Menu.cs (1)
232
if (e.
UserInitiated
&&
System\Windows\Controls\MenuItem.cs (4)
1410
if (e.
UserInitiated
)
1428
if (e.
UserInitiated
)
1505
ClickItem(e.
UserInitiated
);
1920
ClickItem(e.
UserInitiated
);
System\Windows\Controls\PopupControlService.cs (2)
203
if (RaiseContextMenuOpeningEvent(directlyOver, pt.X, pt.Y,e.
UserInitiated
))
958
if (RaiseContextMenuOpeningEvent(source, -1.0, -1.0,e.
UserInitiated
))
System\Windows\Documents\Hyperlink.cs (2)
957
if (e.
UserInitiated
)
1034
if (e.
UserInitiated
)
System\windows\Documents\TextEditorCopyPaste.cs (2)
518
Cut(This, args.
UserInitiated
);
564
Copy(This, args.
UserInitiated
);