3 references to AllowsTransparencyProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
818get { return (bool) GetValue(AllowsTransparencyProperty); } 819set { SetValue(AllowsTransparencyProperty, BooleanBoxes.Box(value)); } 1584CoerceValue(AllowsTransparencyProperty);