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