6 references to IsDraggingPropertyKey
PresentationFramework (6)
System\Windows\Controls\Primitives\Thumb.cs (6)
116public static readonly DependencyProperty IsDraggingProperty = IsDraggingPropertyKey.DependencyProperty; 125protected set { SetValue(IsDraggingPropertyKey, MS.Internal.KnownBoxes.BooleanBoxes.Box(value)); } 155ClearValue(IsDraggingPropertyKey); 236SetValue(IsDraggingPropertyKey, true); 273ClearValue(IsDraggingPropertyKey); 321ClearValue(IsDraggingPropertyKey);