12 references to OwningGrid
PresentationFramework (12)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (12)
75if (this.OwningGrid != null) 133foreach (UIElement child in this.OwningGrid.Children) 324if (this.OwningGrid != null) 326return this.OwningGrid.ColumnDefinitions.Count; 337if (this.OwningGrid != null) 342return Math.Max(0, this.OwningGrid.RowDefinitions.Count - 1); 346return this.OwningGrid.RowDefinitions.Count; 362if (this.OwningGrid != null && row >= 0 && row < this.OwningGrid.RowDefinitions.Count && column >= 0 && column < this.OwningGrid.ColumnDefinitions.Count) 364foreach (UIElement child in this.OwningGrid.Children) 605foreach (UIElement child in this.OwningGrid.Children)