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