4 references to IgnorePressure
PresentationCore (4)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (4)
251
return (0 != (flags & DrawingFlags.
IgnorePressure
));
261
flags |= DrawingFlags.
IgnorePressure
;
266
flags &= ~DrawingFlags.
IgnorePressure
;
1012
if ( (changedBits & DrawingFlags.
IgnorePressure
) != 0 )