6 references to IsDraggingPropertyKey
PresentationFramework (6)
System\Windows\Controls\Primitives\Thumb.cs (6)
102public static readonly DependencyProperty IsDraggingProperty = IsDraggingPropertyKey.DependencyProperty; 111protected set { SetValue(IsDraggingPropertyKey, MS.Internal.KnownBoxes.BooleanBoxes.Box(value)); } 141ClearValue(IsDraggingPropertyKey); 222SetValue(IsDraggingPropertyKey, true); 259ClearValue(IsDraggingPropertyKey); 307ClearValue(IsDraggingPropertyKey);