15 references to Cookie
PresentationFramework (15)
System\Windows\Documents\FixedPageStructure.cs (3)
473fixedElement = fn.Cookie as FixedElement; 553ft = new FormattedText($"{fn}-{(int)(fn.Cookie)}-{somElements.Length}", 621fixedElement = fn.Cookie as FixedElement;
System\Windows\Documents\FixedTextBuilder.cs (4)
1539FixedElement fElement = (FixedElement)flowImageNode.Cookie; 1569FixedElement element = node.Cookie as FixedElement; 1580int nodeLength = (int) node.Cookie; 1615_currentFixedElement = (FixedElement)startNode.Cookie;
System\Windows\Documents\FixedTextContainer.cs (2)
358FixedElement fixedElement = flowNode.Cookie as FixedElement; 375pageNumber = (int)flowNode.Cookie;
System\Windows\Documents\FlowPosition.cs (6)
248Object obj = ((FixedElement)flow._flowNode.Cookie).GetObject(); 272return (FixedElement)flow._flowNode.Cookie; 292return (FixedElement)flowEnd._flowNode.Cookie; 664_FixedTextBuilder.EnsureTextOMForPage((int)flow.Cookie); 688_FixedTextBuilder.EnsureTextOMForPage((int)flow.Cookie); 797return (int)_flowNode.Cookie;