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