2 instantiations of Page
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (2)
1164Page page = new Page(); 1171private static Page EmptyPage = new Page();
5 references to Page
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (5)
1143_data = new Page[256]; 1148public Page this[int index] 1164Page page = new Page(); 1169private Page[] _data; 1171private static Page EmptyPage = new Page();