1 instantiation of CommandDeviceEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
125
CommandDeviceEventArgs args = new
CommandDeviceEventArgs
(this, rawAppCommandInputReport.Timestamp, command);
4 references to CommandDeviceEventArgs
PresentationCore (4)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
2509
private static void OnCommandDeviceThunk(object sender,
CommandDeviceEventArgs
e)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (2)
125
CommandDeviceEventArgs
args = new CommandDeviceEventArgs(this, rawAppCommandInputReport.Timestamp, command);
365
internal delegate void CommandDeviceEventHandler(object sender,
CommandDeviceEventArgs
e);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
610
internal static void OnCommandDevice(object sender,
CommandDeviceEventArgs
e)