2 writes to SnapsToDevicePixelsCache
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
128SnapsToDevicePixelsCache = (bool) SnapsToDevicePixelsProperty.GetDefaultValue(DependencyObjectType); 3478uie.SnapsToDevicePixelsCache = (bool) e.NewValue;
1 reference to SnapsToDevicePixelsCache
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
3492get { return SnapsToDevicePixelsCache; }