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