5 references to _opStack
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
4952if (IMECompositionTraceOp.FirstEndOp <= op && _opStack.Count > 0) 4954_opStack.Pop(); 4967IMECompositionTraceRecord record = new IMECompositionTraceRecord(op, _opStack.Count, charCount, imeCharCount, eventState, BuildDetail(args)); 4973_opStack.Push(op); 4982_traceList.Flush(_opStack.Count); // flush when reaching depth 0