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