2 instantiations of ImageConverter
Microsoft.Maui.Controls (2)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
390
private object Activate_9_ImageConverter() { return new global::Microsoft.Maui.Controls.Platform.
ImageConverter
(); }
Toolbar\Toolbar.Windows.cs (1)
14
readonly ImageConverter _imageConverter = new
ImageConverter
();
3 references to ImageConverter
Microsoft.Maui.Controls (3)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (2)
274
_typeTable[9] = typeof(global::Microsoft.Maui.Controls.Platform.
ImageConverter
);
421
private void StaticInitializer_9_ImageConverter() => global::System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(global::Microsoft.Maui.Controls.Platform.
ImageConverter
).TypeHandle);
Toolbar\Toolbar.Windows.cs (1)
14
readonly
ImageConverter
_imageConverter = new ImageConverter();