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)
546new ContentDescriptor( 990new ContentDescriptor(true /*hasIndexableContent*/, false /*isInline*/, null, null); 993new ContentDescriptor(false);
16 references to ContentDescriptor
PresentationFramework (16)
MS\Internal\IO\Packaging\XamlFilter.cs (16)
317ContentDescriptor[] valueList = new ContentDescriptor[length]; 471private ContentDescriptor GetContentInformationAboutCustomElement(ElementTableKey customElement) 485ContentDescriptor topOfStack = TopOfStack(); 522ContentDescriptor topOfStack = TopOfStack(); 572ContentDescriptor elementDescriptor = 573(ContentDescriptor) _xamlElementContentDescriptorDictionary[elementFullName]; 668ContentDescriptor item = Pop(); 936private ContentDescriptor TopOfStack() 938return (ContentDescriptor) _contextStack.Peek(); 941private void Push(ContentDescriptor contentDescriptor) 950private ContentDescriptor Pop() 952ContentDescriptor topOfStack = (ContentDescriptor) _contextStack.Pop(); 989private readonly ContentDescriptor _defaultContentDescriptor = 992private readonly ContentDescriptor _nonIndexableElementDescriptor =