63 references to Handle
PresentationFramework (63)
src\Framework\MS\Internal\PtsHost\CellParagraph.cs (2)
102
ppfscell = cellParaClient.
Handle
;
160
ppfscell = cellParaClient.
Handle
;
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (14)
182
firstParaName = (_firstChild != null) ? _firstChild.
Handle
: IntPtr.Zero;
273
nextParaName = nextParagraph.
Handle
;
324
nmpBeforeChange = lastPara.
Handle
;
333
nmpBeforeChange = _ur.FirstPara.Previous.
Handle
;
460
paraClientHandle = paraClient.
Handle
;
562
PTS.Validate(PTS.FsFormatSubtrackFinite(PtsContext.Context, pbrkrecIn, fBRFromPreviousPage, this.
Handle
, iArea,
564
(mcsContainer != null) ? mcsContainer.
Handle
: IntPtr.Zero, fskclearIn,
611
pmcsclientOut = (mcsNew != null) ? mcsNew.
Handle
: IntPtr.Zero;
712
PTS.Validate(PTS.FsFormatSubtrackBottomless(PtsContext.Context, this.
Handle
, iArea,
714
(mcsContainer != null) ? mcsContainer.
Handle
: IntPtr.Zero, fskclearIn, fInterruptable,
742
pmcsclientOut = (mcsNew != null) ? mcsNew.
Handle
: IntPtr.Zero;
849
PTS.Validate(PTS.FsUpdateBottomlessSubtrack(PtsContext.Context, pfspara, this.
Handle
, iArea,
851
(mcsContainer != null) ? mcsContainer.
Handle
: IntPtr.Zero, fskclearIn, fInterruptable,
879
pmcsclientOut = (mcsNew != null) ? mcsNew.
Handle
: IntPtr.Zero;
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (3)
104
paraClientHandle = paraClient.
Handle
;
194
CreateSubpageFiniteHelper(PtsContext, IntPtr.Zero, PTS.False, _mainTextSegment.
Handle
, IntPtr.Zero, PTS.False, PTS.True,
237
CreateSubpageFiniteHelper(PtsContext, IntPtr.Zero, PTS.False, _mainTextSegment.
Handle
, IntPtr.Zero, PTS.False, PTS.True,
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (6)
100
paraClientHandle = paraClient.
Handle
;
255
CreateSubpageFiniteHelper(PtsContext, pbrkrecIn, fBRFromPreviousPage, _mainTextSegment.
Handle
,
305
CreateSubpageFiniteHelper(PtsContext, pbrkrecIn, fBRFromPreviousPage, _mainTextSegment.
Handle
,
446
CreateSubpageBottomlessHelper(PtsContext, _mainTextSegment.
Handle
, PTS.True,
480
CreateSubpageBottomlessHelper(PtsContext, _mainTextSegment.
Handle
, PTS.True,
585
pmcsclientOut = mcs.
Handle
;
src\Framework\MS\Internal\PtsHost\ListParagraph.cs (1)
58
paraClientHandle = paraClient.
Handle
;
src\Framework\MS\Internal\PtsHost\PtsHost.cs (9)
1035
pmcsclientNew = mcs.Clone().
Handle
;
1226
ppfsparabreakingsession = optimalBreakSession.
Handle
;
1623
rgfslinevariant[breakIndex].pfsbreakreclineclient = lineBreakRecord.
Handle
;
1637
rgfslinevariant[breakIndex].pfslineclient = lineBreakpoint.
Handle
;
1745
pbrlineDup = lineBreakRecord.Clone().
Handle
;
2069
rgnmpAttachedObject[objectIndex] = figureObject.Para.
Handle
;
2077
rgnmpAttachedObject[objectIndex] = floaterObject.Para.
Handle
;
2192
rgnmpAttachedObject[objectIndex] = figureObject.Para.
Handle
;
2200
rgnmpAttachedObject[objectIndex] = floaterObject.Para.
Handle
;
src\Framework\MS\Internal\PtsHost\PtsPage.cs (4)
319
int fserr = PTS.FsCreatePageBottomless(PtsContext.Context, _section.
Handle
, out formattingResult, out ptsPage);
377
int fserr = PTS.FsUpdateBottomlessPage(PtsContext.Context, _ptsPage.Value, _section.
Handle
, out formattingResult);
436
int fserr = PTS.FsCreatePageFinite(PtsContext.Context, brIn, _section.
Handle
, out formattingResult, out ptsPage, out brOut);
506
_section.
Handle
, out formattingResult, out brOut);
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (2)
258
rgnmCell[i] = _cellParagraphs[j].
Handle
;
278
rgnmCell[i] = _spannedCells[j].
Handle
;
src\Framework\MS\Internal\PtsHost\Section.cs (1)
254
nmSegment = _mainTextSegment.
Handle
;
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (7)
108
paraClientHandle = paraClient.
Handle
;
242
PTS.Validate(PTS.FsCreateSubpageFinite(PtsContext.Context, pbrkrecIn, fBRFromPreviousPage, _mainTextSegment.
Handle
,
293
pmcsclientOut = (mcsBottom != null) ? mcsBottom.
Handle
: IntPtr.Zero;
429
PTS.Validate(PTS.FsCreateSubpageBottomless(PtsContext.Context, _mainTextSegment.
Handle
, fSuppressTopSpace,
452
pmcsclientOut = (mcsBottom != null) ? mcsBottom.
Handle
: IntPtr.Zero;
597
PTS.Validate(PTS.FsUpdateBottomlessSubpage(PtsContext.Context, pfspara, _mainTextSegment.
Handle
, fSuppressTopSpace,
620
pmcsclientOut = (mcsBottom != null) ? mcsBottom.
Handle
: IntPtr.Zero;
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (4)
151
pfsparaclient = paraClient.
Handle
;
200
ppmcsclientOut = mcsNew.
Handle
;
300
pnmFirstRow = _firstChild.
Handle
;
375
pnmNextRow = nextParagraph.
Handle
;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (5)
143
paraClientHandle = paraClient.
Handle
;
554
lineHandle = line.
Handle
;
569
ppbrlineOut = lineBreakRecord.
Handle
;
738
lineHandle = line.
Handle
;
754
ppbrlineOut = lineBreakRecord.
Handle
;
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (5)
105
paraClientHandle = paraClient.
Handle
;
243
pfsFloatContent = paraClient.
Handle
;
303
pfsFloatContent = paraClient.
Handle
;
318
pfsFloatContent = paraClient.
Handle
;
364
pmcsclientOut = mcsNew.
Handle
;