1 write to _propertyViewModel
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
289
_propertyViewModel
= propertyViewModel;
9 references to _propertyViewModel
Aspire.Dashboard (9)
Model\ResourceViewModel.cs (9)
275
public KnownProperty? KnownProperty =>
_propertyViewModel
.KnownProperty;
276
public int Priority =>
_propertyViewModel
.Priority;
277
public Value Value =>
_propertyViewModel
.Value;
278
public string DisplayName =>
_propertyViewModel
.KnownProperty?.GetDisplayName(_loc) ??
_propertyViewModel
.Name;
284
bool IPropertyGridItem.IsValueSensitive =>
_propertyViewModel
.IsValueSensitive;
285
bool IPropertyGridItem.IsValueMasked { get =>
_propertyViewModel
.IsValueMasked; set =>
_propertyViewModel
.IsValueMasked = value; }
328
_propertyViewModel
.Name.Contains(filter, StringComparison.CurrentCultureIgnoreCase) ||