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