5 references to Unspecified
PresentationCore (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\BitmapScalingModeValidation.cs (1)
37return (value == BitmapScalingMode.Unspecified) ||
System\Windows\Media\Generated\DrawingGroup.cs (2)
802internal const BitmapScalingMode c_BitmapScalingMode = BitmapScalingMode.Unspecified; 835new UIPropertyMetadata(BitmapScalingMode.Unspecified,
System\Windows\Media\RenderOptions.cs (1)
68new UIPropertyMetadata(BitmapScalingMode.Unspecified),
System\Windows\Media\Visual.cs (1)
1671if (isOnChannel || (bitmapScalingMode != BitmapScalingMode.Unspecified))