4 writes to AreInputGesturesDelayLoaded
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs (1)
525newCommand.AreInputGesturesDelayLoaded = true;
Core\CSharp\System\Windows\Input\Command\MediaCommands.cs (1)
464newCommand.AreInputGesturesDelayLoaded = true;
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
270AreInputGesturesDelayLoaded = false;
Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
41routedUICommand.AreInputGesturesDelayLoaded = true;
1 reference to AreInputGesturesDelayLoaded
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
267if(_inputGestureCollection == null && AreInputGesturesDelayLoaded)