1 instantiation of PtsHost
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (1)
228
_contextPool[index].PtsHost = new
PtsHost
();
21 references to PtsHost
PresentationFramework (21)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
445
fspap.idobj =
PtsHost
.ContainerParagraphId;
src\Framework\MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
85
fspap.idobj =
PtsHost
.FloaterParagraphId;
src\Framework\MS\Internal\PtsHost\PtsCache.cs (12)
67
internal static
PtsHost
AcquireContext(PtsContext ptsContext, TextFormattingMode textFormattingMode)
100
internal static void GetFloaterHandlerInfo(
PtsHost
ptsHost, IntPtr pobjectinfo)
118
internal static void GetTableObjHandlerInfo(
PtsHost
ptsHost, IntPtr pobjectinfo)
209
private
PtsHost
AcquireContextCore(PtsContext ptsContext, TextFormattingMode textFormattingMode)
286
private void GetFloaterHandlerInfoCore(
PtsHost
ptsHost, IntPtr pobjectinfo)
313
private void GetTableObjHandlerInfoCore(
PtsHost
ptsHost, IntPtr pobjectinfo)
501
PtsHost
ptsHost;
562
private unsafe void InitGenericInfo(
PtsHost
ptsHost, IntPtr clientData, IntPtr installedObjects, int installedObjectsCount, ref PTS.FSCONTEXTINFO contextInfo)
696
private unsafe void InitInstalledObjectsInfo(
PtsHost
ptsHost, ref PTS.FSIMETHODS subtrackParaInfo, ref PTS.FSIMETHODS subpageParaInfo, out IntPtr installedObjects, out int installedObjectsCount)
752
private unsafe void InitFloaterObjInfo(
PtsHost
ptsHost, ref PTS.FSFLOATERINIT floaterInit)
785
private unsafe void InitTableObjInfo(
PtsHost
ptsHost, ref PTS.FSTABLEOBJINIT tableobjInit)
908
internal
PtsHost
PtsHost;
src\Framework\MS\Internal\PtsHost\PtsContext.cs (1)
656
private
PtsHost
_ptsHost;
src\Framework\MS\Internal\PtsHost\PtsHost.cs (4)
1162
if (idobj ==
PtsHost
.FloaterParagraphId)
1166
else if (idobj ==
PtsHost
.TableParagraphId)
2079
rgidobj[objectIndex] =
PtsHost
.FloaterParagraphId;
2202
rgidobj[objectIndex] =
PtsHost
.FloaterParagraphId;
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (1)
86
fspap.idobj =
PtsHost
.SubpageParagraphId;
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
130
fspap.idobj =
PtsHost
.TableParagraphId;