12 references to PushType
PresentationCore (12)
System\Windows\Media\Generated\RenderData.cs (12)
558
Stack<
PushType
> pushStack = new Stack<
PushType
>();
941
pushStack.Push(
PushType
.Other);
959
pushStack.Push(
PushType
.Other);
977
pushStack.Push(
PushType
.Other);
988
pushStack.Push(
PushType
.Other);
1006
pushStack.Push(
PushType
.Other);
1024
pushStack.Push(
PushType
.Other);
1042
pushStack.Push(
PushType
.Other);
1053
pushStack.Push(
PushType
.Other);
1064
pushStack.Push(
PushType
.BitmapEffect);
1088
if (pushStack.Pop() ==
PushType
.BitmapEffect)