7 references to IsTapFeedbackEnabledProperty
PresentationCore (4)
System\Windows\Input\Stylus\Common\Stylus.cs (4)
659
/// <seealso cref="Stylus.
IsTapFeedbackEnabledProperty
" />
664
object boolValue = element.GetValue(
IsTapFeedbackEnabledProperty
);
677
/// <seealso cref="Stylus.
IsTapFeedbackEnabledProperty
" />
682
element.SetValue(
IsTapFeedbackEnabledProperty
, enabled);
PresentationFramework (3)
System\Windows\Controls\InkCanvas.cs (1)
114
defaultStyle.Setters.Add(new Setter(Stylus.
IsTapFeedbackEnabledProperty
, false));
System\Windows\FrameworkContentElement.cs (1)
105
Stylus.
IsTapFeedbackEnabledProperty
.AddOwner(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\FrameworkElement.cs (1)
2398
Stylus.
IsTapFeedbackEnabledProperty
.AddOwner(_typeofThis, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));