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