11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
822return ((Popup)d)._secHelper.IsChildPopup ? BooleanBoxes.FalseBox : value; 1756if(_secHelper.IsChildPopup) 2651if (_secHelper.IsChildPopup) 2994bool isChildPopup = IsChildPopup; 3159if (IsChildPopup) 3292Debug.Assert(!IsChildPopup || (IsChildPopup && !transparent), "Child popups cannot be transparent"); 3293transparent = transparent && !IsChildPopup; 3296if (IsChildPopup) 3317if (IsChildPopup) 3335if (IsChildPopup)