9 references to IsFlicksEnabledProperty
PresentationCore (6)
System\Windows\Input\Stylus\Common\Stylus.cs (4)
619
/// <seealso cref="Stylus.
IsFlicksEnabledProperty
" />
624
object boolValue = element.GetValue(
IsFlicksEnabledProperty
);
637
/// <seealso cref="Stylus.
IsFlicksEnabledProperty
" />
642
element.SetValue(
IsFlicksEnabledProperty
, enabled);
System\Windows\UIElement.cs (2)
4366
if (IsDefaultValue(this, Stylus.
IsFlicksEnabledProperty
))
4368
SetCurrentValueInternal(Stylus.
IsFlicksEnabledProperty
, BooleanBoxes.FalseBox);
PresentationFramework (3)
System\Windows\Controls\InkCanvas.cs (1)
112
defaultStyle.Setters.Add(new Setter(Stylus.
IsFlicksEnabledProperty
, false));
System\Windows\FrameworkContentElement.cs (1)
104
Stylus.
IsFlicksEnabledProperty
.AddOwner(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\FrameworkElement.cs (1)
2397
Stylus.
IsFlicksEnabledProperty
.AddOwner(_typeofThis, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));