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)
338
if (this.
OwningGrid
!= null)
340
return this.
OwningGrid
.ColumnDefinitions.Count;
351
if (this.
OwningGrid
!= null)
356
return Math.Max(0, this.
OwningGrid
.RowDefinitions.Count - 1);
360
return this.
OwningGrid
.RowDefinitions.Count;
376
if (this.
OwningGrid
!= null && row >= 0 && row < this.
OwningGrid
.RowDefinitions.Count && column >= 0 && column < this.
OwningGrid
.ColumnDefinitions.Count)
378
foreach (UIElement child in this.
OwningGrid
.Children)
619
foreach (UIElement child in this.
OwningGrid
.Children)