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