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