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