4 references to GetPropertyValue
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
129
uint dwXValue =
GetPropertyValue
(xProperty);
130
uint dwYValue =
GetPropertyValue
(yProperty);
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
280
uint dwXValue =
GetPropertyValue
(xProperty);
281
uint dwYValue =
GetPropertyValue
(yProperty);