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