12 references to PushType
PresentationCore (12)
System\Windows\Media\Generated\RenderData.cs (12)
545
Stack<
PushType
> pushStack = new Stack<
PushType
>();
928
pushStack.Push(
PushType
.Other);
946
pushStack.Push(
PushType
.Other);
964
pushStack.Push(
PushType
.Other);
975
pushStack.Push(
PushType
.Other);
993
pushStack.Push(
PushType
.Other);
1011
pushStack.Push(
PushType
.Other);
1029
pushStack.Push(
PushType
.Other);
1040
pushStack.Push(
PushType
.Other);
1051
pushStack.Push(
PushType
.BitmapEffect);
1075
if (pushStack.Pop() ==
PushType
.BitmapEffect)