2 instantiations of Page
PresentationCore (2)
MS\Internal\Shaping\TypefaceMap.cs (2)
1147Page page = new Page(); 1154private static Page EmptyPage = new Page();
5 references to Page
PresentationCore (5)
MS\Internal\Shaping\TypefaceMap.cs (5)
1126_data = new Page[256]; 1131public Page this[int index] 1147Page page = new Page(); 1152private Page[] _data; 1154private static Page EmptyPage = new Page();