7 references to IsTapFeedbackEnabledProperty
PresentationCore (4)
System\Windows\Input\Stylus\Common\Stylus.cs (4)
653
/// <seealso cref="Stylus.
IsTapFeedbackEnabledProperty
" />
658
object boolValue = element.GetValue(
IsTapFeedbackEnabledProperty
);
671
/// <seealso cref="Stylus.
IsTapFeedbackEnabledProperty
" />
676
element.SetValue(
IsTapFeedbackEnabledProperty
, enabled);
PresentationFramework (3)
System\Windows\Controls\InkCanvas.cs (1)
101
defaultStyle.Setters.Add(new Setter(Stylus.
IsTapFeedbackEnabledProperty
, false));
System\Windows\FrameworkContentElement.cs (1)
83
Stylus.
IsTapFeedbackEnabledProperty
.AddOwner(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\FrameworkElement.cs (1)
2378
Stylus.
IsTapFeedbackEnabledProperty
.AddOwner(_typeofThis, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));