1 write to _columnFloatingHeaderStyleKey
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
1973
_columnFloatingHeaderStyleKey
= new ComponentResourceKey(typeof(DataGrid), "ColumnFloatingHeaderStyleKey");
2 references to _columnFloatingHeaderStyleKey
PresentationFramework (2)
src\Framework\System\Windows\SystemResourceKey.cs (2)
1971
if (
_columnFloatingHeaderStyleKey
== null)
1976
return
_columnFloatingHeaderStyleKey
;