3 references to GetPathForType
Microsoft.Maui.Controls.Xaml (3)
MarkupExtensions\StyleSheetExtension.cs (1)
35
var rootTargetPath = XamlResourceIdAttribute.
GetPathForType
(rootObjectType);
ResourceDictionaryHelpers.cs (1)
31
var rootTargetPath = XamlResourceIdAttribute.
GetPathForType
(rootType);
XamlLoader.cs (1)
232
ResourcePath = XamlResourceIdAttribute.
GetPathForType
(type),