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