12 references to PushType
PresentationCore (12)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (12)
567
Stack<
PushType
> pushStack = new Stack<
PushType
>();
950
pushStack.Push(
PushType
.Other);
968
pushStack.Push(
PushType
.Other);
986
pushStack.Push(
PushType
.Other);
997
pushStack.Push(
PushType
.Other);
1015
pushStack.Push(
PushType
.Other);
1033
pushStack.Push(
PushType
.Other);
1051
pushStack.Push(
PushType
.Other);
1062
pushStack.Push(
PushType
.Other);
1073
pushStack.Push(
PushType
.BitmapEffect);
1097
if (pushStack.Pop() ==
PushType
.BitmapEffect)