7 references to FrameCount
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
245for (int i = 0; i < stackTrace.FrameCount; i++)
PresentationCore (2)
MS\Internal\MediaTrace.cs (2)
90Depth = st.FrameCount; 94for (int i=0; i < st.FrameCount && i < Depth; i++)
PresentationFramework (2)
MS\Internal\Documents\DocumentsTrace.cs (2)
150Depth = st.FrameCount; 154for (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)
626for (int i = 0; i < stack.FrameCount; i++)
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
342for ( int i=0; i < st.FrameCount; i++ )