1 write to _rowDetailsScrollingConverter
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
1486
_rowDetailsScrollingConverter
= new BooleanToSelectiveScrollingOrientationConverter();
2 references to _rowDetailsScrollingConverter
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1484
if (
_rowDetailsScrollingConverter
== null)
1489
return
_rowDetailsScrollingConverter
;