11 references to FrameCount
mscorlib (2)
system\diagnostics\contracts\contractsbcl.cs (1)
69for (int i = 0; i < stack.FrameCount; i++)
system\exception.cs (1)
397if (st.FrameCount>0)
System.Drawing (3)
misc\DbgUtil.cs (3)
302while( dbgUtilFrameCount < st.FrameCount ) 316if( maxFrameCount > st.FrameCount ) 318maxFrameCount = st.FrameCount;
System.Web (2)
ErrorFormatter.cs (1)
1043for (int j = 0; j < st.FrameCount; j++) {
Util\AppVerifier.cs (1)
757for (int i = 0; i < fullStackTrace.FrameCount && i < traceLines.Length; i++) {
System.Windows.Forms (3)
misc\DbgUtil.cs (3)
302while( dbgUtilFrameCount < st.FrameCount ) 316if( maxFrameCount > st.FrameCount ) 318maxFrameCount = st.FrameCount;
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
359for ( int i=0; i < st.FrameCount; i++ )