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