4 references to IgnorePressure
PresentationCore (4)
MS\Internal\Ink\StrokeNodeEnumerator.cs (2)
49
bool usePressure = !drawingAttributes.
IgnorePressure
;
87
(drawingAttributes == null ? false : !drawingAttributes.
IgnorePressure
)) //usePressure
MS\Internal\Ink\StrokeRenderer.cs (1)
254
bool ignorePressure = drawingAttributes.
IgnorePressure
;
System\Windows\Ink\DrawingAttributes.cs (1)
995
OnPropertyChanged(nameof(
IgnorePressure
));