4 references to IsManipulationEnabledProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
4381
return (bool)GetValue(
IsManipulationEnabledProperty
);
4385
SetValue(
IsManipulationEnabledProperty
, value);
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1521
InvalidateProperty(
IsManipulationEnabledProperty
);
1525
SetCurrentValueInternal(
IsManipulationEnabledProperty
, BooleanBoxes.TrueBox);