4 references to DropShadow
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
257if (cm._parentPopup == null || !cm._parentPopup.AllowsTransparency || !SystemParameters.DropShadow)
System\Windows\Controls\Primitives\Popup.cs (1)
860return BooleanBoxes.Box(SystemParameters.DropShadow && ((Popup)d).AllowsTransparency);
System\Windows\Controls\ToolTip.cs (1)
215if (tt._parentPopup == null || !tt._parentPopup.AllowsTransparency || !SystemParameters.DropShadow)
System\Windows\SystemResourceKey.cs (1)
845return BooleanBoxes.Box(SystemParameters.DropShadow);