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