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