2 references to MAX_ELEMENTS_IN_ROUTE
PresentationCore (2)
Core\CSharp\System\Windows\LayoutManager.cs (1)
826
internal static int s_LayoutRecursionLimit = UIElement.
MAX_ELEMENTS_IN_ROUTE
; //to keep these two constants in sync
Core\CSharp\System\Windows\UIElement.cs (1)
1739
if (cElements++ >
MAX_ELEMENTS_IN_ROUTE
)