2 instantiations of Page
PresentationCore (2)
MS\Internal\Shaping\TypefaceMap.cs (2)
1146Page page = new Page(); 1153private static Page EmptyPage = new Page();
5 references to Page
PresentationCore (5)
MS\Internal\Shaping\TypefaceMap.cs (5)
1125_data = new Page[256]; 1130public Page this[int index] 1146Page page = new Page(); 1151private Page[] _data; 1153private static Page EmptyPage = new Page();