5 references to Unspecified
PresentationCore (5)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (2)
873internal const BitmapScalingMode c_BitmapScalingMode = BitmapScalingMode.Unspecified; 906new UIPropertyMetadata(BitmapScalingMode.Unspecified,
Core\CSharp\System\Windows\Media\RenderOptions.cs (1)
73new UIPropertyMetadata(BitmapScalingMode.Unspecified),
Core\CSharp\System\Windows\Media\Visual.cs (1)
1700if (isOnChannel || (bitmapScalingMode != BitmapScalingMode.Unspecified))
Shared\MS\Internal\Generated\BitmapScalingModeValidation.cs (1)
42return (value == BitmapScalingMode.Unspecified) ||