6 references to IsDraggingPropertyKey
PresentationFramework (6)
System\Windows\Controls\Primitives\Thumb.cs (6)
101public static readonly DependencyProperty IsDraggingProperty = IsDraggingPropertyKey.DependencyProperty; 110protected set { SetValue(IsDraggingPropertyKey, MS.Internal.KnownBoxes.BooleanBoxes.Box(value)); } 140ClearValue(IsDraggingPropertyKey); 221SetValue(IsDraggingPropertyKey, true); 258ClearValue(IsDraggingPropertyKey); 306ClearValue(IsDraggingPropertyKey);