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;
822
if (
_floatingHeaderCanvas
!= null
836
_floatingHeaderCanvas
.Background = visualBrush;