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