1 write to _filter
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
2324set { EnsureShapingStorage(); _shapingStorage._filter = value; }
1 reference to _filter
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
2323get { return IsShapingActive ? _shapingStorage._filter : null; }