10 references to Behaviors
PresentationCore (10)
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (10)
96if (!IsBehaviorSet(Behaviors.Translation)) 99SetBehavior(Behaviors.Translation); 116if (!IsBehaviorSet(Behaviors.Rotation)) 119SetBehavior(Behaviors.Rotation); 136if (!IsBehaviorSet(Behaviors.Expansion)) 139SetBehavior(Behaviors.Expansion); 249private bool IsBehaviorSet(Behaviors behavior) 254private void SetBehavior(Behaviors behavior) 263private Behaviors _behaviors = Behaviors.None;