4 references to DropShadow
PresentationFramework (4)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
261if (cm._parentPopup == null || !cm._parentPopup.AllowsTransparency || !SystemParameters.DropShadow)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
858return BooleanBoxes.Box(SystemParameters.DropShadow && ((Popup)d).AllowsTransparency);
src\Framework\System\Windows\Controls\ToolTip.cs (1)
225if (tt._parentPopup == null || !tt._parentPopup.AllowsTransparency || !SystemParameters.DropShadow)
src\Framework\System\Windows\SystemResourceKey.cs (1)
852return BooleanBoxes.Box(SystemParameters.DropShadow);