24 instantiations of ContentDescriptor
PresentationFramework (24)
MS\Internal\IO\Packaging\initElementDictionary.cs (21)
28new ContentDescriptor(true, false, null, null)); 37new ContentDescriptor(true, false, Value, null)); 52new ContentDescriptor(true, true, null, null)); 93new ContentDescriptor(true, true, null, null)); 96new ContentDescriptor(true, false, "Content", "Title")); 101new ContentDescriptor(false, false, null, null)); 113new ContentDescriptor(false, false, null, null)); 118new ContentDescriptor(false, false, null, null)); 129new ContentDescriptor(true, true, null, null)); 154new ContentDescriptor(true, true, null, null)); 173new ContentDescriptor(true, true, null, null)); 184new ContentDescriptor(false, false, null, null)); 187new ContentDescriptor(true, true, null, null)); 195new ContentDescriptor(true, true, "Text", null)); 206new ContentDescriptor(true, false, "Content", "WindowTitle")); 216new ContentDescriptor(true, true, null, null)); 228new ContentDescriptor(false, false, null, null)); 234new ContentDescriptor(true, true, null, null)); 241new ContentDescriptor(false, false, null, null)); 250new ContentDescriptor(true, false, "Content", "Title")); 259new ContentDescriptor(true, true, null, null));
MS\Internal\IO\Packaging\XamlFilter.cs (3)
552new ContentDescriptor( 996new ContentDescriptor(true /*hasIndexableContent*/, false /*isInline*/, null, null); 999new ContentDescriptor(false);
16 references to ContentDescriptor
PresentationFramework (16)
MS\Internal\IO\Packaging\XamlFilter.cs (16)
323ContentDescriptor[] valueList = new ContentDescriptor[length]; 477private ContentDescriptor GetContentInformationAboutCustomElement(ElementTableKey customElement) 491ContentDescriptor topOfStack = TopOfStack(); 528ContentDescriptor topOfStack = TopOfStack(); 578ContentDescriptor elementDescriptor = 579(ContentDescriptor) _xamlElementContentDescriptorDictionary[elementFullName]; 674ContentDescriptor item = Pop(); 942private ContentDescriptor TopOfStack() 944return (ContentDescriptor) _contextStack.Peek(); 947private void Push(ContentDescriptor contentDescriptor) 956private ContentDescriptor Pop() 958ContentDescriptor topOfStack = (ContentDescriptor) _contextStack.Pop(); 995private readonly ContentDescriptor _defaultContentDescriptor = 998private readonly ContentDescriptor _nonIndexableElementDescriptor =