3 references to HasDropShadowProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (2)
855
get { return (bool)GetValue(
HasDropShadowProperty
); }
1585
CoerceValue(
HasDropShadowProperty
);
System\Windows\SystemResources.cs (1)
1284
popupRoot.Parent.CoerceValue(Popup.
HasDropShadowProperty
);