3 writes to _store
WindowsBase (3)
Base\System\Windows\EntryIndex.cs (3)
23_store = index | 0x80000000; 28_store = index & 0x7FFFFFFF; 31_store |= 0x80000000;
2 references to _store
WindowsBase (2)
Base\System\Windows\EntryIndex.cs (2)
37get { return (_store & 0x80000000) != 0; } 42get { return _store & 0x7FFFFFFF; }