12 references to OwningGrid
PresentationFramework (12)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (12)
82if (this.OwningGrid != null) 140foreach (UIElement child in this.OwningGrid.Children) 344if (this.OwningGrid != null) 346return this.OwningGrid.ColumnDefinitions.Count; 357if (this.OwningGrid != null) 362return Math.Max(0, this.OwningGrid.RowDefinitions.Count - 1); 366return this.OwningGrid.RowDefinitions.Count; 382if (this.OwningGrid != null && row >= 0 && row < this.OwningGrid.RowDefinitions.Count && column >= 0 && column < this.OwningGrid.ColumnDefinitions.Count) 384foreach (UIElement child in this.OwningGrid.Children) 626foreach (UIElement child in this.OwningGrid.Children)