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