22 instantiations of ElementTableKey
PresentationFramework (22)
MS\Internal\IO\Packaging\initElementDictionary.cs (21)
26new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", Key), 35new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", Key), 50new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Italic"), 91new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "LineBreak"), 94new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Window"), 99new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Path"), 111new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Ellipse"), 116new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Polygon"), 127new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Figure"), 152new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "InlineUIContainer"), 171new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Floater"), 182new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Rectangle"), 185new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Hyperlink"), 193new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Run"), 204new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Page"), 214new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Span"), 226new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Line"), 232new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Underline"), 239new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Polyline"), 248new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "NavigationWindow"), 257new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Bold"),
MS\Internal\IO\Packaging\XamlFilter.cs (1)
515ElementTableKey elementFullName = new ElementTableKey(_xamlReader.NamespaceURI, _xamlReader.LocalName);
14 references to ElementTableKey
PresentationFramework (14)
MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
41ElementTableKey otherElement = (ElementTableKey)other;
MS\Internal\IO\Packaging\XamlFilter.cs (8)
315ElementTableKey[] keyList = new ElementTableKey[length]; 470private ContentDescriptor GetContentInformationAboutCustomElement(ElementTableKey customElement) 515ElementTableKey elementFullName = new ElementTableKey(_xamlReader.NamespaceURI, _xamlReader.LocalName); 533( elementFullName.XmlNamespace.Equals(ElementTableKey.XamlNamespace, StringComparison.Ordinal) 575if (elementFullName.XmlNamespace.Equals(ElementTableKey.XamlNamespace, StringComparison.Ordinal)) 680private IndexingContentUnit HandleFixedFormatTag(ElementTableKey elementFullName, out bool handled) 684if (!elementFullName.XmlNamespace.Equals(ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal))
MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (3)
35if (_pageNode.LocalName != _fixedPageName || _pageNode.NamespaceURI != ElementTableKey.FixedMarkupNamespace) 39ElementTableKey.FixedMarkupNamespace, _fixedPageName)); 130string glyphRunQuery = $".//*[namespace-uri()='{ElementTableKey.FixedMarkupNamespace}' and local-name()='{_glyphRunName}']";
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
40&& string.Equals(_glyphsNode.NamespaceURI, ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal));