3 references to IgnorePressure
PresentationCore (3)
MS\Internal\Ink\StrokeNodeEnumerator.cs (2)
57
bool usePressure = !drawingAttributes.
IgnorePressure
;
95
(drawingAttributes == null ? false : !drawingAttributes.
IgnorePressure
)) //usePressure
MS\Internal\Ink\StrokeRenderer.cs (1)
258
bool ignorePressure = drawingAttributes.
IgnorePressure
;