4 writes to AreInputGesturesDelayLoaded
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
30
routedUICommand.
AreInputGesturesDelayLoaded
= true;
System\Windows\Input\Command\ComponentCommands.cs (1)
520
newCommand.
AreInputGesturesDelayLoaded
= true;
System\Windows\Input\Command\MediaCommands.cs (1)
459
newCommand.
AreInputGesturesDelayLoaded
= true;
System\Windows\Input\Command\RoutedCommand.cs (1)
244
AreInputGesturesDelayLoaded
= false;
1 reference to AreInputGesturesDelayLoaded
PresentationCore (1)
System\Windows\Input\Command\RoutedCommand.cs (1)
241
if(_inputGestureCollection == null &&
AreInputGesturesDelayLoaded
)