16 references to ImportPropertySetterReference
Microsoft.Maui.Controls.Build.Tasks (16)
CompiledConverters\StrokeShapeTypeConverter.cs (3)
98
yield return Instruction.Create(OpCodes.Call, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Shapes", "Path"), "Data"));
190
yield return Instruction.Create(OpCodes.Call, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Shapes", "RoundRectangle"), "CornerRadius"));
210
yield return Instruction.Create(OpCodes.Call, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Shapes", "RoundRectangle"), "CornerRadius"));
CompiledValueProviders\SetterValueProvider.cs (1)
46
yield return Instruction.Create(OpCodes.Callvirt, module.
ImportPropertySetterReference
(context.Cache, setterType, propertyName: "Value"));
SetNamescopesAndRegisterNamesVisitor.cs (1)
187
Context.IL.Emit(OpCodes.Callvirt, module.
ImportPropertySetterReference
(Context.Cache, elementType, propertyName: "StyleId"));
SetPropertiesVisitor.cs (11)
321
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "BindingBase"), propertyName: "Mode"));
327
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Internals", "TypedBindingBase"), propertyName: "Converter"));
333
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Internals", "TypedBindingBase"), propertyName: "ConverterParameter"));
339
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "BindingBase"), propertyName: "StringFormat"));
348
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Internals", "TypedBindingBase"), propertyName: "Source"));
354
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Internals", "TypedBindingBase"), propertyName: "UpdateSourceEventName"));
360
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "BindingBase"), propertyName: "FallbackValue"));
366
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "BindingBase"), propertyName: "TargetNullValue"));
374
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Internals", "TypedBindingBase"), propertyName: "Source"));
639
yield return Create(Callvirt, module.
ImportPropertySetterReference
(context.Cache, bindingExtensionType, propertyName: "TypedBinding"));
1936
parentContext.IL.Emit(OpCodes.Callvirt, module.
ImportPropertySetterReference
(parentContext.Cache, dataTemplateType, propertyName: "LoadTemplate"));