2 references to CustomPopupPlacementCallbackProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
292get { return (CustomPopupPlacementCallback) GetValue(CustomPopupPlacementCallbackProperty); } 293set { SetValue(CustomPopupPlacementCallbackProperty, value); }