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) 3001bool isChildPopup = IsChildPopup; 3166if (IsChildPopup) 3299Debug.Assert(!IsChildPopup || (IsChildPopup && !transparent), "Child popups cannot be transparent"); 3300transparent = transparent && !IsChildPopup; 3303if (IsChildPopup) 3324if (IsChildPopup) 3342if (IsChildPopup)