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