5 references to CustomPopupPlacementCallbackProperty
PresentationFramework (5)
System\Windows\Controls\ContextMenu.cs (1)
272
Popup.
CustomPopupPlacementCallbackProperty
.AddOwner(typeof(ContextMenu));
System\Windows\Controls\Primitives\Popup.cs (3)
521
get { return (CustomPopupPlacementCallback) GetValue(
CustomPopupPlacementCallbackProperty
); }
522
set { SetValue(
CustomPopupPlacementCallbackProperty
, value); }
947
popup.SetBinding(
CustomPopupPlacementCallbackProperty
, binding);
System\Windows\Controls\ToolTip.cs (1)
298
Popup.
CustomPopupPlacementCallbackProperty
.AddOwner(typeof(ToolTip));