2 references to IsMouseWheelPresent
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (1)
5656
changed |= _isMouseWheelPresent !=
IsMouseWheelPresent
;
src\Framework\System\Windows\SystemResourceKey.cs (1)
813
return BooleanBoxes.Box(SystemParameters.
IsMouseWheelPresent
);