2 references to TreeLevelLimit
PresentationCore (2)
System\Windows\Media\Visual.cs (2)
2750
if(value >
TreeLevelLimit
)
2752
throw new InvalidOperationException(SR.Format(SR.LayoutManager_DeepRecursion,
TreeLevelLimit
));