5 overrides of HandleControlLoaded
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (5)
1216
public override bool
HandleControlLoaded
(Control control, DataGridCell cell, bool newRowLoaded)
1236
public override bool
HandleControlLoaded
(Control control, DataGridCell cell, bool newRowLoaded)
1270
public override bool
HandleControlLoaded
(Control control, DataGridCell cell, bool newRowLoaded)
1339
public override bool
HandleControlLoaded
(Control control, DataGridCell cell, bool newRowLoaded)
1405
public override bool
HandleControlLoaded
(Control control, DataGridCell cell, bool newRowLoaded)
1 reference to HandleControlLoaded
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
554
bool isHandled = behavior.
HandleControlLoaded
(control, cell, isNewRowLoaded);