11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
817
return ((Popup)d)._secHelper.
IsChildPopup
? BooleanBoxes.FalseBox : value;
1762
if(_secHelper.
IsChildPopup
)
2657
if (_secHelper.
IsChildPopup
)
2996
bool isChildPopup =
IsChildPopup
;
3161
if (
IsChildPopup
)
3290
Debug.Assert(!
IsChildPopup
|| (
IsChildPopup
&& !transparent), "Child popups cannot be transparent");
3291
transparent = transparent && !
IsChildPopup
;
3294
if (
IsChildPopup
)
3315
if (
IsChildPopup
)
3335
if (
IsChildPopup
)