1 write to TitleIcon
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1374that.TitleIcon = (global::Microsoft.UI.Xaml.Media.ImageSource)Value;
2 references to TitleIcon
Microsoft.Maui.Controls (2)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1369return that.TitleIcon;
Platform\Windows\PageControl.cs (1)
24 public static readonly DependencyProperty TitleIconProperty = DependencyProperty.Register(nameof(TitleIcon), typeof(WImageSource), typeof(PageControl), new PropertyMetadata(default(WImageSource)));