11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
818return ((Popup)d)._secHelper.IsChildPopup ? BooleanBoxes.FalseBox : value; 1772if(_secHelper.IsChildPopup) 2667if (_secHelper.IsChildPopup) 3006bool isChildPopup = IsChildPopup; 3171if (IsChildPopup) 3300Debug.Assert(!IsChildPopup || (IsChildPopup && !transparent), "Child popups cannot be transparent"); 3301transparent = transparent && !IsChildPopup; 3304if (IsChildPopup) 3325if (IsChildPopup) 3345if (IsChildPopup)