5 references to CustomPopupPlacementCallbackProperty
PresentationFramework (5)
System\Windows\Controls\ContextMenu.cs (1)
271Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ContextMenu));
System\Windows\Controls\Primitives\Popup.cs (3)
516get { return (CustomPopupPlacementCallback) GetValue(CustomPopupPlacementCallbackProperty); } 517set { SetValue(CustomPopupPlacementCallbackProperty, value); } 956popup.SetBinding(CustomPopupPlacementCallbackProperty, binding);
System\Windows\Controls\ToolTip.cs (1)
296Popup.CustomPopupPlacementCallbackProperty.AddOwner(typeof(ToolTip));