9 references to IsFlicksEnabledProperty
PresentationCore (6)
System\Windows\Input\Stylus\Common\Stylus.cs (4)
613
/// <seealso cref="Stylus.
IsFlicksEnabledProperty
" />
618
object boolValue = element.GetValue(
IsFlicksEnabledProperty
);
631
/// <seealso cref="Stylus.
IsFlicksEnabledProperty
" />
636
element.SetValue(
IsFlicksEnabledProperty
, enabled);
System\Windows\UIElement.cs (2)
4345
if (IsDefaultValue(this, Stylus.
IsFlicksEnabledProperty
))
4347
SetCurrentValueInternal(Stylus.
IsFlicksEnabledProperty
, BooleanBoxes.FalseBox);
PresentationFramework (3)
System\Windows\Controls\InkCanvas.cs (1)
99
defaultStyle.Setters.Add(new Setter(Stylus.
IsFlicksEnabledProperty
, false));
System\Windows\FrameworkContentElement.cs (1)
82
Stylus.
IsFlicksEnabledProperty
.AddOwner(typeof(FrameworkContentElement), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
System\Windows\FrameworkElement.cs (1)
2377
Stylus.
IsFlicksEnabledProperty
.AddOwner(_typeofThis, new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));