22 instantiations of ElementTableKey
PresentationFramework (22)
src\Framework\MS\Internal\IO\Packaging\initElementDictionary.cs (21)
46new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", Key), 55new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", Key), 70new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Italic"), 111new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "LineBreak"), 114new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Window"), 119new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Path"), 131new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Ellipse"), 136new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Polygon"), 147new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Figure"), 172new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "InlineUIContainer"), 191new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Floater"), 202new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Rectangle"), 205new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Hyperlink"), 213new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Run"), 224new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Page"), 234new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Span"), 246new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Line"), 252new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Underline"), 259new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Polyline"), 268new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "NavigationWindow"), 277new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Bold"),
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
542ElementTableKey elementFullName = new ElementTableKey(_xamlReader.NamespaceURI, _xamlReader.LocalName);
12 references to ElementTableKey
PresentationFramework (12)
src\Framework\MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
54ElementTableKey otherElement = (ElementTableKey)other;
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (6)
497private ContentDescriptor GetContentInformationAboutCustomElement(ElementTableKey customElement) 542ElementTableKey elementFullName = new ElementTableKey(_xamlReader.NamespaceURI, _xamlReader.LocalName); 560( elementFullName.XmlNamespace.Equals(ElementTableKey.XamlNamespace, StringComparison.Ordinal) 602if (elementFullName.XmlNamespace.Equals(ElementTableKey.XamlNamespace, StringComparison.Ordinal)) 707private IndexingContentUnit HandleFixedFormatTag(ElementTableKey elementFullName, out bool handled) 711if (!elementFullName.XmlNamespace.Equals(ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal))
src\Framework\MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (3)
43if (_pageNode.LocalName != _fixedPageName || _pageNode.NamespaceURI != ElementTableKey.FixedMarkupNamespace) 47ElementTableKey.FixedMarkupNamespace, _fixedPageName)); 139ElementTableKey.FixedMarkupNamespace,
src\Framework\MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
49&& String.CompareOrdinal(_glyphsNode.NamespaceURI, ElementTableKey.FixedMarkupNamespace) == 0);