3 references to AllowsTransparencyProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
816get { return (bool) GetValue(AllowsTransparencyProperty); } 817set { SetValue(AllowsTransparencyProperty, BooleanBoxes.Box(value)); } 1600CoerceValue(AllowsTransparencyProperty);