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