5 references to CustomPopupPlacementCallbackProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
284Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ContextMenu));
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
526get { return (CustomPopupPlacementCallback) GetValue(CustomPopupPlacementCallbackProperty); } 527set { SetValue(CustomPopupPlacementCallbackProperty, value); } 958popup.SetBinding(CustomPopupPlacementCallbackProperty, binding);
src\Framework\System\Windows\Controls\ToolTip.cs (1)
321Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ToolTip));