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