12 references to OwningGrid
PresentationFramework (12)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (12)
76
if (this.
OwningGrid
!= null)
134
foreach (UIElement child in this.
OwningGrid
.Children)
328
if (this.
OwningGrid
!= null)
330
return this.
OwningGrid
.ColumnDefinitions.Count;
341
if (this.
OwningGrid
!= null)
346
return Math.Max(0, this.
OwningGrid
.RowDefinitions.Count - 1);
350
return this.
OwningGrid
.RowDefinitions.Count;
366
if (this.
OwningGrid
!= null && row >= 0 && row < this.
OwningGrid
.RowDefinitions.Count && column >= 0 && column < this.
OwningGrid
.ColumnDefinitions.Count)
368
foreach (UIElement child in this.
OwningGrid
.Children)
609
foreach (UIElement child in this.
OwningGrid
.Children)