6 references to IsDraggingPropertyKey
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (6)
113
public static readonly DependencyProperty IsDraggingProperty =
IsDraggingPropertyKey
.DependencyProperty;
122
protected set { SetValue(
IsDraggingPropertyKey
, MS.Internal.KnownBoxes.BooleanBoxes.Box(value)); }
152
ClearValue(
IsDraggingPropertyKey
);
233
SetValue(
IsDraggingPropertyKey
, true);
270
ClearValue(
IsDraggingPropertyKey
);
318
ClearValue(
IsDraggingPropertyKey
);