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