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