4 references to GetPropertyValue
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
133
uint dwXValue =
GetPropertyValue
(xProperty);
134
uint dwYValue =
GetPropertyValue
(yProperty);
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
289
uint dwXValue =
GetPropertyValue
(xProperty);
290
uint dwYValue =
GetPropertyValue
(yProperty);