8 references to GetPropertyValue
PresentationCore (8)
System\Windows\Input\Stylus\Common\StylusButton.cs (1)
49
return (StylusButtonState)stylusPoints[stylusPoints.Count - 1].
GetPropertyValue
(new StylusPointProperty(Guid, true));
System\Windows\Input\Stylus\Common\StylusPoint.cs (1)
651
data[2] =
GetPropertyValue
(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (3)
510
int value = stylusPoint.
GetPropertyValue
(properties[x]);
535
output[x + 2] = stylusPoint.
GetPropertyValue
(StylusPointProperties.NormalPressure);
604
output[2][b] = stylusPoint.
GetPropertyValue
(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
94
value = (double)stylusPoint.
GetPropertyValue
(property);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2895
(StylusButtonState)stylusPoint.
GetPropertyValue
(new StylusPointProperty(button.Guid, true));
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
55
value = (double)stylusPoint.
GetPropertyValue
(property);