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)
1427
var bpTypeRef = bpRef.
GetBindablePropertyType
(context.Cache, iXmlLineInfo, module);
1454
propertyType = bpRef.
GetBindablePropertyType
(context.Cache, iXmlLineInfo, module);
1504
var bpTypeRef = bpRef.
GetBindablePropertyType
(context.Cache, iXmlLineInfo, module);
1526
propertyType = bpRef.
GetBindablePropertyType
(context.Cache, iXmlLineInfo, context.Body.Method.Module);