2 writes to AllowsTransparency
PresentationFramework (2)
System\Windows\Controls\ContextMenu.cs (1)
485
_parentPopup.
AllowsTransparency
= true;
System\Windows\Controls\ToolTip.cs (1)
505
_parentPopup.
AllowsTransparency
= true;
5 references to AllowsTransparency
PresentationFramework (5)
System\Windows\Controls\ContextMenu.cs (1)
249
if (cm._parentPopup == null || !cm._parentPopup.
AllowsTransparency
|| !SystemParameters.DropShadow)
System\Windows\Controls\Primitives\Popup.cs (3)
784
return ((Popup)o).
AllowsTransparency
? value : PopupAnimation.None;
853
return BooleanBoxes.Box(SystemParameters.DropShadow && ((Popup)d).
AllowsTransparency
);
1579
IsTransparent =
AllowsTransparency
;
System\Windows\Controls\ToolTip.cs (1)
202
if (tt._parentPopup == null || !tt._parentPopup.
AllowsTransparency
|| !SystemParameters.DropShadow)