22 instantiations of ElementTableKey
PresentationFramework (22)
MS\Internal\IO\Packaging\initElementDictionary.cs (21)
27new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", Key), 36new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", Key), 51new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Italic"), 92new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "LineBreak"), 95new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Window"), 100new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Path"), 112new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Ellipse"), 117new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Polygon"), 128new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Figure"), 153new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "InlineUIContainer"), 172new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Floater"), 183new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Rectangle"), 186new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Hyperlink"), 194new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Run"), 205new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Page"), 215new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Span"), 227new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Line"), 233new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Underline"), 240new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Polyline"), 249new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "NavigationWindow"), 258new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Bold"),
MS\Internal\IO\Packaging\XamlFilter.cs (1)
522ElementTableKey elementFullName = new ElementTableKey(_xamlReader.NamespaceURI, _xamlReader.LocalName);
14 references to ElementTableKey
PresentationFramework (14)
MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
44ElementTableKey otherElement = (ElementTableKey)other;
MS\Internal\IO\Packaging\XamlFilter.cs (8)
322ElementTableKey[] keyList = new ElementTableKey[length]; 477private ContentDescriptor GetContentInformationAboutCustomElement(ElementTableKey customElement) 522ElementTableKey elementFullName = new ElementTableKey(_xamlReader.NamespaceURI, _xamlReader.LocalName); 540( elementFullName.XmlNamespace.Equals(ElementTableKey.XamlNamespace, StringComparison.Ordinal) 582if (elementFullName.XmlNamespace.Equals(ElementTableKey.XamlNamespace, StringComparison.Ordinal)) 687private IndexingContentUnit HandleFixedFormatTag(ElementTableKey elementFullName, out bool handled) 691if (!elementFullName.XmlNamespace.Equals(ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal))
MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (3)
39if (_pageNode.LocalName != _fixedPageName || _pageNode.NamespaceURI != ElementTableKey.FixedMarkupNamespace) 43ElementTableKey.FixedMarkupNamespace, _fixedPageName)); 134string glyphRunQuery = $".//*[namespace-uri()='{ElementTableKey.FixedMarkupNamespace}' and local-name()='{_glyphRunName}']";
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
43&& string.Equals(_glyphsNode.NamespaceURI, ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal));