12 references to OwningGrid
PresentationFramework (12)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (12)
75
if (this.
OwningGrid
!= null)
133
foreach (UIElement child in this.
OwningGrid
.Children)
327
if (this.
OwningGrid
!= null)
329
return this.
OwningGrid
.ColumnDefinitions.Count;
340
if (this.
OwningGrid
!= null)
345
return Math.Max(0, this.
OwningGrid
.RowDefinitions.Count - 1);
349
return this.
OwningGrid
.RowDefinitions.Count;
365
if (this.
OwningGrid
!= null && row >= 0 && row < this.
OwningGrid
.RowDefinitions.Count && column >= 0 && column < this.
OwningGrid
.ColumnDefinitions.Count)
367
foreach (UIElement child in this.
OwningGrid
.Children)
608
foreach (UIElement child in this.
OwningGrid
.Children)