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