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