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)
281
else if (rw.
_clientAreaBorder
!= null)
285
devicePoint = rw.
_clientAreaBorder
.PointToScreen(new Point(0, 0));