8 references to GetBindablePropertyType
Microsoft.Maui.Controls.Build.Tasks (8)
CompiledMarkupExtensions\StaticResourceExtension.cs (1)
122
var targetTypeRef = module.ImportReference(bpRef.
GetBindablePropertyType
(context.Cache, node as IXmlLineInfo, module));
CompiledValueProviders\SetterValueProvider.cs (1)
57
var generic = bindablePropertyReference.
GetBindablePropertyType
(context.Cache, node, module) as GenericInstanceType;
NodeILExtensions.cs (2)
40
var targetTypeRef = bpRef.
GetBindablePropertyType
(context.Cache, node, module);
125
var targetTypeRef = bpRef.
GetBindablePropertyType
(context.Cache, node, module);
SetPropertiesVisitor.cs (4)
1359
var bpTypeRef = bpRef.
GetBindablePropertyType
(context.Cache, iXmlLineInfo, module);
1386
propertyType = bpRef.
GetBindablePropertyType
(context.Cache, iXmlLineInfo, module);
1436
var bpTypeRef = bpRef.
GetBindablePropertyType
(context.Cache, iXmlLineInfo, module);
1458
propertyType = bpRef.
GetBindablePropertyType
(context.Cache, iXmlLineInfo, context.Body.Method.Module);