1 write to _columnFloatingHeaderStyleKey
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
2065
_columnFloatingHeaderStyleKey
= new ComponentResourceKey(typeof(DataGrid), "ColumnFloatingHeaderStyleKey");
2 references to _columnFloatingHeaderStyleKey
PresentationFramework (2)
System\Windows\SystemResourceKey.cs (2)
2063
if (
_columnFloatingHeaderStyleKey
== null)
2068
return
_columnFloatingHeaderStyleKey
;