3 references to SetPropertyValue
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
147
SetPropertyValue
(properties[i], additionalValues[j], false/*copy on write*/);
336
SetPropertyValue
(stylusPointProperty, value, true);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
511
newStylusPoint.
SetPropertyValue
(properties[x], value, false/*copy on write*/);