22 references to 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);