10 references to Behaviors
PresentationCore (10)
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (10)
104if (!IsBehaviorSet(Behaviors.Translation)) 107SetBehavior(Behaviors.Translation); 124if (!IsBehaviorSet(Behaviors.Rotation)) 127SetBehavior(Behaviors.Rotation); 144if (!IsBehaviorSet(Behaviors.Expansion)) 147SetBehavior(Behaviors.Expansion); 257private bool IsBehaviorSet(Behaviors behavior) 262private void SetBehavior(Behaviors behavior) 271private Behaviors _behaviors = Behaviors.None;