5 overrides of HandleControlLoaded
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (5)
1216public override bool HandleControlLoaded(Control control, DataGridCell cell, bool newRowLoaded) 1236public override bool HandleControlLoaded(Control control, DataGridCell cell, bool newRowLoaded) 1270public override bool HandleControlLoaded(Control control, DataGridCell cell, bool newRowLoaded) 1339public override bool HandleControlLoaded(Control control, DataGridCell cell, bool newRowLoaded) 1405public 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)
554bool isHandled = behavior.HandleControlLoaded(control, cell, isNewRowLoaded);