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