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