3 references to GetBindablePropertyReference
Microsoft.Maui.Controls.Build.Tasks (3)
CompiledMarkupExtensions\StaticResourceExtension.cs (2)
118 var bpRef = SetPropertiesVisitor.GetBindablePropertyReference(parentType, propertyName.NamespaceURI, ref localName, out _, context, (IXmlLineInfo)node); 174 bpRef = SetPropertiesVisitor.GetBindablePropertyReference(parentType,
SetPropertiesVisitor.cs (1)
1153 => GetBindablePropertyReference(parent.VariableType, namespaceURI, ref localName, out attached, context, iXmlLineInfo);