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)
110 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)
207 bindable.ClearValue(TranslationXProperty); 208 bindable.ClearValue(TranslationYProperty); 209 bindable.ClearValue(RotationProperty); 210 bindable.ClearValue(RotationXProperty); 211 bindable.ClearValue(RotationYProperty); 212 bindable.ClearValue(ScaleProperty); 213 bindable.ClearValue(ScaleXProperty); 214 bindable.ClearValue(ScaleYProperty);