17 references to TickBarPlacement
PresentationFramework (17)
System\Windows\Controls\Primitives\TickBar.cs (17)
277typeof(TickBarPlacement), 280TickBarPlacement.Top, 287/// This property has type of <see cref="TickBarPlacement" />. 290public TickBarPlacement Placement 292get { return (TickBarPlacement) GetValue(PlacementProperty); } 298TickBarPlacement placement = (TickBarPlacement)o; 299return placement == TickBarPlacement.Left || 300placement == TickBarPlacement.Top || 301placement == TickBarPlacement.Right || 302placement == TickBarPlacement.Bottom; 362case TickBarPlacement.Top: 375case TickBarPlacement.Bottom: 388case TickBarPlacement.Left: 401case TickBarPlacement.Right: 436if ((Placement == TickBarPlacement.Left) || (Placement == TickBarPlacement.Right))