2 references to SnapsToDevicePixelsCache
PresentationCore (2)
System\Windows\UIElement.cs (2)
4728get { return ReadFlag(CoreFlags.SnapsToDevicePixelsCache); } 4729set { WriteFlag(CoreFlags.SnapsToDevicePixelsCache, value); }