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