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