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