1 write to NamespaceURI
Microsoft.Maui.Controls.Xaml (1)
XmlName.cs (1)
24
NamespaceURI
= namespaceUri;
25 references to NamespaceURI
Microsoft.Maui.Controls.Build.Tasks (8)
CompiledMarkupExtensions\StaticResourceExtension.cs (2)
118
var bpRef = SetPropertiesVisitor.GetBindablePropertyReference(parentType, propertyName.
NamespaceURI
, ref localName, out _, context, (IXmlLineInfo)node);
175
propertyName.
NamespaceURI
,
ExpandMarkupsVisitor.cs (1)
173
if (childname.
NamespaceURI
== null && childname.LocalName == null)
SetPropertiesVisitor.cs (5)
114
bpRef = GetBindablePropertyReference(Context.Variables[(IElementNode)parentNode], propertyName.
NamespaceURI
, ref localName, out _, Context, node);
589
&& propertyName.
NamespaceURI
== ""
1105
var bpRef = GetBindablePropertyReference(parent, propertyName.
NamespaceURI
, ref localName, out System.Boolean attached, context, iXmlLineInfo);
1139
var bpRef = GetBindablePropertyReference(parent, propertyName.
NamespaceURI
, ref localName, out attached, context, lineInfo);
1613
var bpRef = GetBindablePropertyReference(parent, propertyName.
NamespaceURI
, ref localName, out var attached, context, lineInfo);
Microsoft.Maui.Controls.Xaml (17)
ApplyPropertiesVisitor.cs (4)
335
GetRealNameAndType(ref bpOwnerType, propertyName.
NamespaceURI
, ref localName, rootElement, lineInfo);
352
if (xamlelement is ResourceDictionary rd && propertyName.LocalName == "Source" && propertyName.
NamespaceURI
== "")
384
var attached = GetRealNameAndType(ref bpOwnerType, propertyName.
NamespaceURI
, ref localName, rootElement, lineInfo);
439
var attached = GetRealNameAndType(ref bpOwnerType, propertyName.
NamespaceURI
, ref localName, rootElement, lineInfo);
ExpandMarkupsVisitor.cs (1)
164
if (childname.
NamespaceURI
== null && childname.LocalName == null)
PruneIgnoredNodesVisitor.cs (1)
42
var prefix = node.NamespaceResolver.LookupPrefix(propertyKvp.Key.
NamespaceURI
);
RemoveDuplicateDesignNodes.cs (1)
30
if (key.
NamespaceURI
!= XamlParser.MauiDesignUri)
XamlParser.cs (3)
225
if (propertyName.
NamespaceURI
== null && propertyName.LocalName == null)
242
if (name.
NamespaceURI
== X2006Uri)
259
if (name.
NamespaceURI
== X2009Uri)
XamlServiceProvider.cs (1)
321
&& name.
NamespaceURI
== ""
XmlName.cs (6)
35
return
NamespaceURI
== other.
NamespaceURI
&& LocalName == other.LocalName;
52
if (
NamespaceURI
!= null)
53
hashCode =
NamespaceURI
.GetHashCode(StringComparison.Ordinal);
62
=> x1.
NamespaceURI
== x2.
NamespaceURI
&& x1.LocalName == x2.LocalName;