3 references to Push
PresentationCore (3)
MS\Internal\TextFormatting\Bidi.cs (2)
2213if(!levelsStack.Push(currentClass == DirectionClass.LeftToRightEmbedding ? true : false)) 2239if(!levelsStack.Push(currentClass == DirectionClass.LeftToRightOverride ? true : false))
MS\Internal\TextFormatting\TextStore.cs (1)
2706else if (!stack.Push(modifier.FlowDirection == FlowDirection.LeftToRight))