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)
59typeof(AssemblyAssociatedContentFileAttribute)); 67AssemblyAssociatedContentFileAttribute aacf; 69aacf = (AssemblyAssociatedContentFileAttribute) assemblyAttributes[i];