17 references to TickBarPlacement
PresentationFramework (17)
System\Windows\Controls\Primitives\TickBar.cs (17)
278typeof(TickBarPlacement), 281TickBarPlacement.Top, 288/// This property has type of <see cref="TickBarPlacement" />. 291public TickBarPlacement Placement 293get { return (TickBarPlacement) GetValue(PlacementProperty); } 299TickBarPlacement placement = (TickBarPlacement)o; 300return placement == TickBarPlacement.Left || 301placement == TickBarPlacement.Top || 302placement == TickBarPlacement.Right || 303placement == TickBarPlacement.Bottom; 363case TickBarPlacement.Top: 376case TickBarPlacement.Bottom: 389case TickBarPlacement.Left: 402case TickBarPlacement.Right: 437if ((Placement == TickBarPlacement.Left) || (Placement == TickBarPlacement.Right))