Implemented interface member:
property
TargetType
Microsoft.Maui.Controls.IStyle.TargetType
1 write to TargetType
Microsoft.Maui.Controls (1)
Style.cs (1)
32 TargetType = targetType ?? throw new ArgumentNullException(nameof(targetType));
7 references to TargetType
Microsoft.Maui.Controls (7)
BindablePropertyConverter.cs (2)
48 type = style.TargetType; 156 return style.TargetType;
ResourceDictionary.cs (1)
346 Add(style.TargetType.FullName, style);
Style.cs (4)
125 if (TargetType == targetType) 132 if (TargetType == targetType) 198 => value is null || value.TargetType.IsAssignableFrom(TargetType);