2 writes to AllowsTransparency
PresentationFramework (2)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
497
_parentPopup.
AllowsTransparency
= true;
src\Framework\System\Windows\Controls\ToolTip.cs (1)
511
_parentPopup.
AllowsTransparency
= true;
5 references to AllowsTransparency
PresentationFramework (5)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
261
if (cm._parentPopup == null || !cm._parentPopup.
AllowsTransparency
|| !SystemParameters.DropShadow)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
789
return ((Popup)o).
AllowsTransparency
? value : PopupAnimation.None;
858
return BooleanBoxes.Box(SystemParameters.DropShadow && ((Popup)d).
AllowsTransparency
);
1602
IsTransparent =
AllowsTransparency
;
src\Framework\System\Windows\Controls\ToolTip.cs (1)
225
if (tt._parentPopup == null || !tt._parentPopup.
AllowsTransparency
|| !SystemParameters.DropShadow)