3 references to IgnorePressure
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (2)
71
bool usePressure = !drawingAttributes.
IgnorePressure
;
109
(drawingAttributes == null ? false : !drawingAttributes.
IgnorePressure
)) //usePressure
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
264
bool ignorePressure = drawingAttributes.
IgnorePressure
;