7 references to IsTouchFeedbackEnabledProperty
PresentationCore (4)
System\Windows\Input\Stylus\Common\Stylus.cs (4)
699/// <seealso cref="Stylus.IsTouchFeedbackEnabledProperty" /> 703object boolValue = element.GetValue(IsTouchFeedbackEnabledProperty); 716/// <seealso cref="Stylus.IsTouchFeedbackEnabledProperty" /> 721element.SetValue(IsTouchFeedbackEnabledProperty, enabled);
PresentationFramework (3)
System\Windows\Controls\InkCanvas.cs (1)
116defaultStyle.Setters.Add(new Setter(Stylus.IsTouchFeedbackEnabledProperty, false));
System\Windows\FrameworkContentElement.cs (1)
106Stylus.IsTouchFeedbackEnabledProperty.AddOwner(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\FrameworkElement.cs (1)
2392Stylus.IsTouchFeedbackEnabledProperty.AddOwner(_typeofThis, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));