3 references to TreatMousePlacementAsBottomProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
107get { return (bool)GetValue(TreatMousePlacementAsBottomProperty); } 108set { SetValue(TreatMousePlacementAsBottomProperty, value); } 965popup.SetBinding(TreatMousePlacementAsBottomProperty, binding);