12 references to OwningGrid
PresentationFramework (12)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (12)
75if (this.OwningGrid != null) 133foreach (UIElement child in this.OwningGrid.Children) 327if (this.OwningGrid != null) 329return this.OwningGrid.ColumnDefinitions.Count; 340if (this.OwningGrid != null) 345return Math.Max(0, this.OwningGrid.RowDefinitions.Count - 1); 349return this.OwningGrid.RowDefinitions.Count; 365if (this.OwningGrid != null && row >= 0 && row < this.OwningGrid.RowDefinitions.Count && column >= 0 && column < this.OwningGrid.ColumnDefinitions.Count) 367foreach (UIElement child in this.OwningGrid.Children) 608foreach (UIElement child in this.OwningGrid.Children)