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