2 references to TryGetValue
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
1312
if (_itemAttachedStorage.
TryGetValue
(item, DataGridRow.DetailsVisibilityProperty, out detailsVisibility))
System\Windows\Controls\DataGridRow.cs (1)
514
if (_owner.ItemAttachedStorage.
TryGetValue
(Item, property, out value))