2 instantiations of EventStorage
WindowsBase (2)
Base\System\Windows\Freezable.cs (2)
514_eventStorage = new EventStorage(INITIAL_EVENTSTORAGE_SIZE); 541eventStorage = new EventStorage(cachedPhysicalSize);
7 references to EventStorage
WindowsBase (7)
Base\System\Windows\Freezable.cs (7)
501static private EventStorage _eventStorage = null; 506private EventStorage CachedEventStorage 529private EventStorage GetEventStorage() 531EventStorage eventStorage = CachedEventStorage; 563private void GetChangeHandlersAndInvalidateSubProperties(ref EventStorage calledHandlers) 806EventStorage calledHandlers = null; 1401private void GetHandlers(ref EventStorage calledHandlers)