1 write to _floatingHeaderCanvas
PresentationFramework (1)
System\Windows\Controls\GridViewColumnHeader.cs (1)
99_floatingHeaderCanvas = GetTemplateChild(FloatingHeaderCanvasTemplateName) as Canvas;
3 references to _floatingHeaderCanvas
PresentationFramework (3)
System\Windows\Controls\GridViewColumnHeader.cs (3)
397_floatingHeaderCanvas?.Background = null; 822if (_floatingHeaderCanvas != null 836_floatingHeaderCanvas.Background = visualBrush;