6 references to IsDraggingPropertyKey
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (6)
113public static readonly DependencyProperty IsDraggingProperty = IsDraggingPropertyKey.DependencyProperty; 122protected set { SetValue(IsDraggingPropertyKey, MS.Internal.KnownBoxes.BooleanBoxes.Box(value)); } 152ClearValue(IsDraggingPropertyKey); 233SetValue(IsDraggingPropertyKey, true); 270ClearValue(IsDraggingPropertyKey); 318ClearValue(IsDraggingPropertyKey);