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