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