5 references to StylusPointPropertyInfo
PresentationCore (5)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
486
new
StylusPointPropertyInfo
(StylusPointProperties.X),
487
new
StylusPointPropertyInfo
(StylusPointProperties.Y),
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1662
StylusPointPropertyInfo buttonInfo = new
StylusPointPropertyInfo
(buttonProperty);
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
271
propertyInfos.Add((prop is StylusPointPropertyInfo) ? (StylusPointPropertyInfo)prop : new
StylusPointPropertyInfo
(prop));
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
158
StylusPointPropertyInfo buttonInfo = new
StylusPointPropertyInfo
(buttonProperty);