12 references to OwningGrid
PresentationFramework (12)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (12)
76if (this.OwningGrid != null) 134foreach (UIElement child in this.OwningGrid.Children) 338if (this.OwningGrid != null) 340return this.OwningGrid.ColumnDefinitions.Count; 351if (this.OwningGrid != null) 356return Math.Max(0, this.OwningGrid.RowDefinitions.Count - 1); 360return this.OwningGrid.RowDefinitions.Count; 376if (this.OwningGrid != null && row >= 0 && row < this.OwningGrid.RowDefinitions.Count && column >= 0 && column < this.OwningGrid.ColumnDefinitions.Count) 378foreach (UIElement child in this.OwningGrid.Children) 619foreach (UIElement child in this.OwningGrid.Children)