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