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