3 references to View
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineView.xaml.cs (1)
223
var collectionView = ((CollectionViewSource)FindResource("DocumentSymbolItems")).
View
;
PresentationFramework (1)
System\Windows\Data\CollectionViewSource.cs (1)
1166
ApplyPropertiesToView(
View
);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1237
cv = cvs.
View
as CollectionView;