17 references to XamlResourceIdAttribute
Microsoft.Maui.Controls (11)
StyleSheets\StyleSheet.cs (1)
133
var resourceId =
XamlResourceIdAttribute
.GetResourceIdForPath(assembly, resourcePath);
Xaml\XamlResourceIdAttribute.cs (10)
35
foreach (
var
xria in assembly.GetCustomAttributes<
XamlResourceIdAttribute
>())
46
foreach (
var
xria in assembly.GetCustomAttributes<
XamlResourceIdAttribute
>())
56
foreach (
var
xria in assembly.GetCustomAttributes<
XamlResourceIdAttribute
>())
67
foreach (
var
xria in assembly.GetCustomAttributes<
XamlResourceIdAttribute
>())
78
foreach (
var
xria in assembly.GetCustomAttributes<
XamlResourceIdAttribute
>())
Microsoft.Maui.Controls.Xaml (6)
MarkupExtensions\StyleSheetExtension.cs (1)
35
var rootTargetPath =
XamlResourceIdAttribute
.GetPathForType(rootObjectType);
ResourceDictionaryHelpers.cs (3)
31
var rootTargetPath =
XamlResourceIdAttribute
.GetPathForType(rootType);
41
var type =
XamlResourceIdAttribute
.GetTypeForPath(assembly, resourcePath);
67
var resourceId =
XamlResourceIdAttribute
.GetResourceIdForPath(assembly, resourcePath);
XamlLoader.cs (2)
227
var resourceId =
XamlResourceIdAttribute
.GetResourceIdForType(type);
232
ResourcePath =
XamlResourceIdAttribute
.GetPathForType(type),