2 instantiations of Page
PresentationCore (2)
MS\Internal\Shaping\TypefaceMap.cs (2)
1155Page page = new Page(); 1162private static Page EmptyPage = new Page();
5 references to Page
PresentationCore (5)
MS\Internal\Shaping\TypefaceMap.cs (5)
1134_data = new Page[256]; 1139public Page this[int index] 1155Page page = new Page(); 1160private Page[] _data; 1162private static Page EmptyPage = new Page();