7 references to FrameCount
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
245
for (int i = 0; i < stackTrace.
FrameCount
; i++)
PresentationCore (2)
MS\Internal\MediaTrace.cs (2)
90
Depth = st.
FrameCount
;
94
for (int i=0; i < st.
FrameCount
&& i < Depth; i++)
PresentationFramework (2)
MS\Internal\Documents\DocumentsTrace.cs (2)
150
Depth = st.
FrameCount
;
154
for (int i=0; i < st.
FrameCount
&& i < Depth; i++)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Contracts\Contracts.cs (1)
626
for (int i = 0; i < stack.
FrameCount
; i++)
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
342
for ( int i=0; i < st.
FrameCount
; i++ )