2 writes to SnapsToDevicePixelsCache
PresentationCore (2)
System\Windows\UIElement.cs (2)
121
SnapsToDevicePixelsCache
= (bool) SnapsToDevicePixelsProperty.GetDefaultValue(DependencyObjectType);
3443
uie.
SnapsToDevicePixelsCache
= (bool) e.NewValue;
1 reference to SnapsToDevicePixelsCache
PresentationCore (1)
System\Windows\UIElement.cs (1)
3457
get { return
SnapsToDevicePixelsCache
; }