3 references to TreatMousePlacementAsBottomProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
99get { return (bool)GetValue(TreatMousePlacementAsBottomProperty); } 100set { SetValue(TreatMousePlacementAsBottomProperty, value); } 954popup.SetBinding(TreatMousePlacementAsBottomProperty, binding);