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