10 references to StaticExtension
PresentationBuildTasks (10)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\AttributeData.cs (1)
93return ExtensionTypeId == (short)KnownElements.StaticExtension;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
1489case (short)KnownElements.StaticExtension:
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (3)
348KnownTypes.Types[(int)KnownElements.StaticExtension].IsAssignableFrom(xamlElementNode.ElementType) || 788!KnownTypes.Types[(int)KnownElements.StaticExtension].IsAssignableFrom(xamlKeyElementNode.ElementType) && 1102(short)KnownElements.StaticExtension,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
5454case KnownElements.StaticExtension: t = _asmFramework.GetType("System.Windows.Markup.StaticExtension"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (4)
155else if (KnownTypes.Types[(int)KnownElements.StaticExtension] == extensionType) 158return KnownElements.StaticExtension; 515else if (KnownTypes.Types[(int)KnownElements.StaticExtension] == targetType) 519extensionId = (short)KnownElements.StaticExtension;