1 write to _clientAreaBorder
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (1)
96_clientAreaBorder = GetTemplateChild(RibbonWindow._clientAreaBorderTemplateName) as Border;
2 references to _clientAreaBorder
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (2)
275else if (rw._clientAreaBorder != null) 279devicePoint = rw._clientAreaBorder.PointToScreen(new Point(0, 0));