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