6 references to RoutingStrategy
PresentationCore (6)
Core\CSharp\System\Windows\EventManager.cs (1)
42
/// <see cref="RoutedEvent.
RoutingStrategy
"/>
Core\CSharp\System\Windows\EventRoute.cs (2)
155
if (args.RoutedEvent.
RoutingStrategy
== RoutingStrategy.Bubble ||
156
args.RoutedEvent.
RoutingStrategy
== RoutingStrategy.Direct)
Core\CSharp\System\Windows\RoutedEvent.cs (2)
16
/// <see cref="RoutedEvent.
RoutingStrategy
"/>, <para/>
58
/// Returns the <see cref="
RoutingStrategy
"/>
Core\CSharp\System\Windows\UIElement.cs (1)
1687
if (args.RoutedEvent.
RoutingStrategy
== RoutingStrategy.Direct)