8 references to InStaticResourceSection
PresentationFramework (8)
System\Windows\Markup\BamlRecordWriter.cs (8)
292
if (
InStaticResourceSection
)
464
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
564
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
601
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Shared within a StaticResource Section");
785
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
867
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
1397
if (!
InStaticResourceSection
&& !InDynamicResourceSection)
1463
if (
InStaticResourceSection
)