3 references to ItemAttachedStorage
PresentationFramework (3)
System\Windows\Controls\DataGridRow.cs (3)
499_owner.ItemAttachedStorage.SetValue(Item, property, objectWithProperty.GetValue(property)); 507if (_owner.ItemAttachedStorage.TryGetValue(Item, property, out value)) 574_owner?.ItemAttachedStorage.ClearValue(Item, DataGridCellsPresenter.HeightProperty);