1 write to contentGrid
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
250
this.
contentGrid
= contentGrid;
20 references to contentGrid
System.Data (20)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (20)
272
this.
contentGrid
.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
279
this.
contentGrid
.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
305
get { return this.
contentGrid
.ActualWidth - 2 * (this.
contentGrid
.ColumnDefinitions[0].MinWidth); }
310
get { return this.
contentGrid
.ActualHeight - 2 * (this.
contentGrid
.RowDefinitions[0].MinHeight); }
469
double height = this.
contentGrid
.ActualHeight;
470
double width = this.
contentGrid
.ActualWidth;
479
this.
contentGrid
.ColumnDefinitions[0].MinWidth = 0.0;
480
this.
contentGrid
.ColumnDefinitions[2].MinWidth = 0.0;
481
this.
contentGrid
.RowDefinitions[0].MinHeight = margin;
482
this.
contentGrid
.RowDefinitions[2].MinHeight = margin;
489
this.
contentGrid
.ColumnDefinitions[0].MinWidth = margin;
490
this.
contentGrid
.ColumnDefinitions[2].MinWidth = margin;
491
this.
contentGrid
.RowDefinitions[0].MinHeight = 0.0;
492
this.
contentGrid
.RowDefinitions[2].MinHeight = 0.0;
499
this.
contentGrid
.ColumnDefinitions[0].MinWidth = 0.0;
500
this.
contentGrid
.ColumnDefinitions[2].MinWidth = 0.0;
501
this.
contentGrid
.RowDefinitions[0].MinHeight = 0.0;
502
this.
contentGrid
.RowDefinitions[2].MinHeight = 0.0;