26 references to Conversion
Microsoft.Maui.Controls.Build.Tasks (26)
BuildException.cs (1)
69 public static BuildExceptionCode Conversion = new BuildExceptionCode("XC", 0040, nameof(Conversion), "");
CompiledConverters\BindablePropertyConverter.cs (2)
66 throw new BuildException(Conversion, node, null, value, typeof(BindableProperty)); 69 throw new BuildException(Conversion, node, null, value, typeof(BindableProperty));
CompiledConverters\BoundsTypeConverter.cs (3)
19 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Rect)); 26 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Rect)); 54 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Rect));
CompiledConverters\BrushTypeConverter.cs (1)
43 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Brush));
CompiledConverters\ColorTypeConverter.cs (1)
75 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Color));
CompiledConverters\ColumnDefinitionCollectionTypeConverter.cs (1)
41 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(ColumnDefinitionCollection));
CompiledConverters\ConstraintTypeConverter.cs (1)
20 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Compatibility.Constraint));
CompiledConverters\CornerRadiusTypeConverter.cs (1)
36 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(CornerRadius));
CompiledConverters\EasingTypeConverter.cs (1)
36 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Easing));
CompiledConverters\EnumTypeConverter.cs (1)
22 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(TEnum));
CompiledConverters\FlexBasisTypeConverter.cs (1)
47 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(FlexBasis));
CompiledConverters\FontSizeTypeConverter.cs (1)
61 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(double));
CompiledConverters\GridLengthTypeConverter.cs (1)
52 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(GridLength));
CompiledConverters\ImageSourceTypeConverter.cs (1)
36 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(ImageSource));
CompiledConverters\LayoutOptionsConverter.cs (1)
40 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(LayoutOptions));
CompiledConverters\PointTypeConverter.cs (1)
23 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Point));
CompiledConverters\RectangleTypeConverter.cs (2)
19 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Rect)); 27 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Rect));
CompiledConverters\RowDefinitionCollectionTypeConverter.cs (1)
43 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(RowDefinitionCollection));
CompiledConverters\StrokeShapeTypeConverter.cs (1)
194 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(IShape));
CompiledConverters\ThicknessTypeConverter.cs (1)
41 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Thickness));
CompiledConverters\TypeTypeConverter.cs (1)
44 throw new BuildException(BuildExceptionCode.Conversion, node, null, value, typeof(Type));
NodeILExtensions.cs (1)
144 throw new BuildException(BuildExceptionCode.Conversion, lineInfo, fex, str, typeof(T));