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