12 references to OwningGrid
PresentationFramework (12)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (12)
83if (this.OwningGrid != null) 141foreach (UIElement child in this.OwningGrid.Children) 352if (this.OwningGrid != null) 354return this.OwningGrid.ColumnDefinitions.Count; 365if (this.OwningGrid != null) 370return Math.Max(0, this.OwningGrid.RowDefinitions.Count - 1); 374return this.OwningGrid.RowDefinitions.Count; 390if (this.OwningGrid != null && row >= 0 && row < this.OwningGrid.RowDefinitions.Count && column >= 0 && column < this.OwningGrid.ColumnDefinitions.Count) 392foreach (UIElement child in this.OwningGrid.Children) 636foreach (UIElement child in this.OwningGrid.Children)