14 references to ClearValue
Microsoft.Maui.Controls (14)
BindableLayout\BindableLayout.cs (2)
431 maybeEmptyView.ClearValue(BindableObject.BindingContextProperty); 462 child.ClearValue(BindableObject.BindingContextProperty);
Interactivity\PropertyCondition.cs (1)
102 bindable.ClearValue(_stateProperty);
Layout\FlexLayout.cs (1)
546 bo.ClearValue(FlexItemProperty);
LegacyLayouts\FlexLayout.cs (1)
357 view.ClearValue(FlexItemProperty);
RadioButton\RadioButtonGroupController.cs (1)
62 _layout.ClearValue(RadioButtonGroup.SelectedValueProperty);
VisualElement\VisualElement.cs (8)
210 bindable.ClearValue(TranslationXProperty); 211 bindable.ClearValue(TranslationYProperty); 212 bindable.ClearValue(RotationProperty); 213 bindable.ClearValue(RotationXProperty); 214 bindable.ClearValue(RotationYProperty); 215 bindable.ClearValue(ScaleProperty); 216 bindable.ClearValue(ScaleXProperty); 217 bindable.ClearValue(ScaleYProperty);