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