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