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