2 references to SetValue
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
1294
_itemAttachedStorage.
SetValue
(item, DataGridRow.DetailsVisibilityProperty, detailsVisibility);
System\Windows\Controls\DataGridRow.cs (1)
505
_owner.ItemAttachedStorage.
SetValue
(Item, property, objectWithProperty.GetValue(property));