10 references to Cookie
PresentationFramework (10)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1574FixedElement fElement = (FixedElement)flowImageNode.Cookie; 1650_currentFixedElement = (FixedElement)startNode.Cookie;
src\Framework\System\Windows\Documents\FixedTextContainer.cs (2)
374FixedElement fixedElement = flowNode.Cookie as FixedElement; 391pageNumber = (int)flowNode.Cookie;
src\Framework\System\Windows\Documents\FlowPosition.cs (6)
259Object obj = ((FixedElement)flow._flowNode.Cookie).GetObject(); 283return (FixedElement)flow._flowNode.Cookie; 303return (FixedElement)flowEnd._flowNode.Cookie; 675_FixedTextBuilder.EnsureTextOMForPage((int)flow.Cookie); 699_FixedTextBuilder.EnsureTextOMForPage((int)flow.Cookie); 808return (int)_flowNode.Cookie;