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