11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
817return ((Popup)d)._secHelper.IsChildPopup ? BooleanBoxes.FalseBox : value; 1768if(_secHelper.IsChildPopup) 2663if (_secHelper.IsChildPopup) 3002bool isChildPopup = IsChildPopup; 3167if (IsChildPopup) 3296Debug.Assert(!IsChildPopup || (IsChildPopup && !transparent), "Child popups cannot be transparent"); 3297transparent = transparent && !IsChildPopup; 3300if (IsChildPopup) 3321if (IsChildPopup) 3341if (IsChildPopup)