3 overrides of IgnoreModelParentBuildRoute
PresentationFramework (3)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
652internal override bool IgnoreModelParentBuildRoute(RoutedEventArgs e)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1367internal override bool IgnoreModelParentBuildRoute(RoutedEventArgs e)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
349internal override bool IgnoreModelParentBuildRoute(RoutedEventArgs e)
3 references to IgnoreModelParentBuildRoute
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (2)
361return child.IgnoreModelParentBuildRoute(e); 365return base.IgnoreModelParentBuildRoute(e);
src\Framework\System\Windows\FrameworkElement.cs (1)
2939if (!IgnoreModelParentBuildRoute(args))