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