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