24 instantiations of ContentDescriptor
PresentationFramework (24)
src\Framework\MS\Internal\IO\Packaging\initElementDictionary.cs (21)
47new ContentDescriptor(true, false, null, null)); 56new ContentDescriptor(true, false, Value, null)); 71new ContentDescriptor(true, true, null, null)); 112new ContentDescriptor(true, true, null, null)); 115new ContentDescriptor(true, false, "Content", "Title")); 120new ContentDescriptor(false, false, null, null)); 132new ContentDescriptor(false, false, null, null)); 137new ContentDescriptor(false, false, null, null)); 148new ContentDescriptor(true, true, null, null)); 173new ContentDescriptor(true, true, null, null)); 192new ContentDescriptor(true, true, null, null)); 203new ContentDescriptor(false, false, null, null)); 206new ContentDescriptor(true, true, null, null)); 214new ContentDescriptor(true, true, "Text", null)); 225new ContentDescriptor(true, false, "Content", "WindowTitle")); 235new ContentDescriptor(true, true, null, null)); 247new ContentDescriptor(false, false, null, null)); 253new ContentDescriptor(true, true, null, null)); 260new ContentDescriptor(false, false, null, null)); 269new ContentDescriptor(true, false, "Content", "Title")); 278new ContentDescriptor(true, true, null, null));
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (3)
572new ContentDescriptor( 1016new ContentDescriptor(true /*hasIndexableContent*/, false /*isInline*/, null, null); 1019new ContentDescriptor(false);
14 references to ContentDescriptor
PresentationFramework (14)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (14)
497private ContentDescriptor GetContentInformationAboutCustomElement(ElementTableKey customElement) 511ContentDescriptor topOfStack = TopOfStack(); 548ContentDescriptor topOfStack = TopOfStack(); 598ContentDescriptor elementDescriptor = 599(ContentDescriptor) _xamlElementContentDescriptorDictionary[elementFullName]; 694ContentDescriptor item = Pop(); 962private ContentDescriptor TopOfStack() 964return (ContentDescriptor) _contextStack.Peek(); 967private void Push(ContentDescriptor contentDescriptor) 976private ContentDescriptor Pop() 978ContentDescriptor topOfStack = (ContentDescriptor) _contextStack.Pop(); 1015private readonly ContentDescriptor _defaultContentDescriptor = 1018private readonly ContentDescriptor _nonIndexableElementDescriptor =