1 instantiation of FlushItem
ReachFramework (1)
Packaging\XpsInterleavingPolicy.cs (1)
237
_flushOrderItems.Add(classType, new
FlushItem
(flushOrder, classType));
4 references to FlushItem
ReachFramework (4)
Packaging\XpsInterleavingPolicy.cs (4)
588
FlushItem
xOrder = (
FlushItem
)_orderTable[x.Node.GetType()];
589
FlushItem
yOrder = (
FlushItem
)_orderTable[y.Node.GetType()];