1 instantiation of RowLayoutCompletedEventArgs
PresentationFramework (1)
MS\Internal\Documents\RowCache.cs (1)
567
RowLayoutCompletedEventArgs args = new
RowLayoutCompletedEventArgs
(_pivotRowIndex);
3 references to RowLayoutCompletedEventArgs
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (1)
2962
private void OnRowLayoutCompleted(object source,
RowLayoutCompletedEventArgs
args)
MS\Internal\Documents\RowCache.cs (2)
567
RowLayoutCompletedEventArgs
args = new RowLayoutCompletedEventArgs(_pivotRowIndex);
1453
internal delegate void RowLayoutCompletedEventHandler(object sender,
RowLayoutCompletedEventArgs
e);