4 references to IsManipulationEnabledProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
4338
return (bool)GetValue(
IsManipulationEnabledProperty
);
4342
SetValue(
IsManipulationEnabledProperty
, value);
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1487
InvalidateProperty(
IsManipulationEnabledProperty
);
1491
SetCurrentValueInternal(
IsManipulationEnabledProperty
, BooleanBoxes.TrueBox);