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");
563
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
599
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Shared within a StaticResource Section");
783
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
865
Debug.Assert(!
InStaticResourceSection
, "We do not support x:Key within a StaticResource Section");
1395
if (!
InStaticResourceSection
&& !InDynamicResourceSection)
1461
if (
InStaticResourceSection
)