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