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)
408if (_floatingHeaderCanvas != null) 410_floatingHeaderCanvas.Background = null; 876if (_floatingHeaderCanvas != null 889_floatingHeaderCanvas.Background = visualBrush;