2 writes to SafeArea
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (2)
839
SafeArea
= null; // default is no safe area
908
SafeArea
= new ConvexHull(presentationSource, rects);
3 references to SafeArea
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
333
if (
SafeArea
!= null)
916
if (
SafeArea
== null)
927
return !(
SafeArea
?.ContainsMousePoint() ?? true);