2 implementations of Value
Microsoft.Maui.Controls (2)
OnIdiom.cs (1)
91
object IWrappedValue.
Value
=> (T)this;
OnPlatform.cs (1)
58
object IWrappedValue.
Value
=> (T)this;
1 reference to Value
Microsoft.Maui.Controls (1)
TypeConversionHelper.cs (1)
19
if (value is IWrappedValue {
Value
: var wrappedValue, ValueType: var wrappedType })