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