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