2 instantiations of AssemblyAssociatedContentFileAttribute
PresentationFramework.Tests (2)
artifacts\obj\PresentationFramework.Tests\x86\Debug\net10.0-windows\PresentationFramework.Tests_Content.g.cs (2)
11
[assembly: System.Windows.Resources.
AssemblyAssociatedContentFileAttribute
("testhost.x86.exe")]
12
[assembly: System.Windows.Resources.
AssemblyAssociatedContentFileAttribute
("testhost.x86.dll")]
3 references to AssemblyAssociatedContentFileAttribute
PresentationCore (3)
MS\Internal\Resources\ContentFileHelper.cs (3)
59
typeof(
AssemblyAssociatedContentFileAttribute
));
67
AssemblyAssociatedContentFileAttribute
aacf;
69
aacf = (
AssemblyAssociatedContentFileAttribute
) assemblyAttributes[i];