12 references to OwningGrid
PresentationFramework (12)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (12)
83
if (this.
OwningGrid
!= null)
141
foreach (UIElement child in this.
OwningGrid
.Children)
352
if (this.
OwningGrid
!= null)
354
return this.
OwningGrid
.ColumnDefinitions.Count;
365
if (this.
OwningGrid
!= null)
370
return Math.Max(0, this.
OwningGrid
.RowDefinitions.Count - 1);
374
return this.
OwningGrid
.RowDefinitions.Count;
390
if (this.
OwningGrid
!= null && row >= 0 && row < this.
OwningGrid
.RowDefinitions.Count && column >= 0 && column < this.
OwningGrid
.ColumnDefinitions.Count)
392
foreach (UIElement child in this.
OwningGrid
.Children)
636
foreach (UIElement child in this.
OwningGrid
.Children)