Base:
method
GetXamlNamespaces
System.Xaml.XamlMember.GetXamlNamespaces()
27 references to GetXamlNamespaces
PresentationFramework (1)
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
152foreach (string xmlns in directive.GetXamlNamespaces())
System.Xaml.Tests (26)
System\Xaml\XamlDirectiveTests.cs (2)
31Assert.Equal(xamlNamespaces, directive.GetXamlNamespaces()); 66Assert.Equal(new string[] { xamlNamespace }, directive.GetXamlNamespaces());
System\Xaml\XamlLanguageTests.cs (24)
277Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 290Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 303Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 316Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 329Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 342Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 355Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 368Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 381Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 394Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 407Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 420Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 433Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 446Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 459Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 472Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 485Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 498Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 511Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 524Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 537Assert.Equal(new string[] { "http://schemas.microsoft.com/winfx/2006/xaml" }, directive.GetXamlNamespaces()); 550Assert.Equal(new string[] { "http://www.w3.org/XML/1998/namespace" }, directive.GetXamlNamespaces()); 563Assert.Equal(new string[] { "http://www.w3.org/XML/1998/namespace" }, directive.GetXamlNamespaces()); 576Assert.Equal(new string[] { "http://www.w3.org/XML/1998/namespace" }, directive.GetXamlNamespaces());