2 writes to SafeArea
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (2)
840
SafeArea
= null; // default is no safe area
909
SafeArea
= new ConvexHull(presentationSource, rects);
3 references to SafeArea
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
334
if (
SafeArea
!= null)
917
if (
SafeArea
== null)
928
return !(
SafeArea
?.ContainsMousePoint() ?? true);