10 references to Behaviors
PresentationCore (10)
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (10)
112if (!IsBehaviorSet(Behaviors.Translation)) 115SetBehavior(Behaviors.Translation); 132if (!IsBehaviorSet(Behaviors.Rotation)) 135SetBehavior(Behaviors.Rotation); 152if (!IsBehaviorSet(Behaviors.Expansion)) 155SetBehavior(Behaviors.Expansion); 268private bool IsBehaviorSet(Behaviors behavior) 273private void SetBehavior(Behaviors behavior) 282private Behaviors _behaviors = Behaviors.None;