4 references to IsManipulationEnabledProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
4318return (bool)GetValue(IsManipulationEnabledProperty); 4322SetValue(IsManipulationEnabledProperty, value);
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1478InvalidateProperty(IsManipulationEnabledProperty); 1482SetCurrentValueInternal(IsManipulationEnabledProperty, BooleanBoxes.TrueBox);