11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
829return ((Popup)d)._secHelper.IsChildPopup ? BooleanBoxes.FalseBox : value; 1763if(_secHelper.IsChildPopup) 2658if (_secHelper.IsChildPopup) 3010bool isChildPopup = IsChildPopup; 3175if (IsChildPopup) 3308Debug.Assert(!IsChildPopup || (IsChildPopup && !transparent), "Child popups cannot be transparent"); 3309transparent = transparent && !IsChildPopup; 3312if (IsChildPopup) 3333if (IsChildPopup) 3351if (IsChildPopup)