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