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