8 references to InStaticResourceSection
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (8)
302
if (
InStaticResourceSection
)
475
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
576
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
613
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Shared within a StaticResource Section");
797
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
879
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
1409
if (!
InStaticResourceSection
&& !InDynamicResourceSection)
1475
if (
InStaticResourceSection
)