22 references to ElementTableKey
PresentationFramework (22)
src\Framework\MS\Internal\IO\Packaging\initElementDictionary.cs (21)
46new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", Key), 55new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", Key), 70new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Italic"), 111new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "LineBreak"), 114new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Window"), 119new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Path"), 131new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Ellipse"), 136new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Polygon"), 147new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Figure"), 172new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "InlineUIContainer"), 191new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Floater"), 202new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Rectangle"), 205new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Hyperlink"), 213new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Run"), 224new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Page"), 234new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Span"), 246new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Line"), 252new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Underline"), 259new ElementTableKey("http://schemas.microsoft.com/xps/2005/06", "Polyline"), 268new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "NavigationWindow"), 277new ElementTableKey("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "Bold"),
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
542ElementTableKey elementFullName = new ElementTableKey(_xamlReader.NamespaceURI, _xamlReader.LocalName);