1 write to _floatingHeaderCanvas
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
107
_floatingHeaderCanvas
= GetTemplateChild(FloatingHeaderCanvasTemplateName) as Canvas;
4 references to _floatingHeaderCanvas
PresentationFramework (4)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (4)
408
if (
_floatingHeaderCanvas
!= null)
410
_floatingHeaderCanvas
.Background = null;
876
if (
_floatingHeaderCanvas
!= null
889
_floatingHeaderCanvas
.Background = visualBrush;