11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
829
return ((Popup)d)._secHelper.
IsChildPopup
? BooleanBoxes.FalseBox : value;
1763
if(_secHelper.
IsChildPopup
)
2658
if (_secHelper.
IsChildPopup
)
3001
bool isChildPopup =
IsChildPopup
;
3166
if (
IsChildPopup
)
3299
Debug.Assert(!
IsChildPopup
|| (
IsChildPopup
&& !transparent), "Child popups cannot be transparent");
3300
transparent = transparent && !
IsChildPopup
;
3303
if (
IsChildPopup
)
3324
if (
IsChildPopup
)
3342
if (
IsChildPopup
)