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