12 references to PushType
PresentationCore (12)
System\Windows\Media\Generated\RenderData.cs (12)
546
Stack<
PushType
> pushStack = new Stack<
PushType
>();
929
pushStack.Push(
PushType
.Other);
947
pushStack.Push(
PushType
.Other);
965
pushStack.Push(
PushType
.Other);
976
pushStack.Push(
PushType
.Other);
994
pushStack.Push(
PushType
.Other);
1012
pushStack.Push(
PushType
.Other);
1030
pushStack.Push(
PushType
.Other);
1041
pushStack.Push(
PushType
.Other);
1052
pushStack.Push(
PushType
.BitmapEffect);
1076
if (pushStack.Pop() ==
PushType
.BitmapEffect)