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