10 references to Behaviors
PresentationCore (10)
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (10)
97if (!IsBehaviorSet(Behaviors.Translation)) 100SetBehavior(Behaviors.Translation); 117if (!IsBehaviorSet(Behaviors.Rotation)) 120SetBehavior(Behaviors.Rotation); 137if (!IsBehaviorSet(Behaviors.Expansion)) 140SetBehavior(Behaviors.Expansion); 250private bool IsBehaviorSet(Behaviors behavior) 255private void SetBehavior(Behaviors behavior) 264private Behaviors _behaviors = Behaviors.None;