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