3 implementations of UnApply
Microsoft.Maui.Controls (3)
MergedStyle.cs (1)
119
public void
UnApply
(BindableObject bindable)
Style.cs (1)
113
void IStyle.
UnApply
(BindableObject bindable)
StyleSheets\StyleSheet.cs (1)
118
void IStyle.
UnApply
(BindableObject bindable) => throw new NotImplementedException();
7 references to UnApply
Microsoft.Maui.Controls (7)
MergedStyle.cs (6)
121
Style?.
UnApply
(bindable);
124
((IStyle)classStyle)?.
UnApply
(bindable);
125
ImplicitStyle?.
UnApply
(bindable);
194
Style?.
UnApply
(Target);
197
((IStyle)classStyle)?.
UnApply
(Target);
199
ImplicitStyle?.
UnApply
(Target);
Style.cs (1)
194
((IStyle)basedOn).
UnApply
(bindable);