1 write to m_props
System.Security (1)
system\security\cryptography\xml\encryptedtype.cs (1)
281
m_props
= new ArrayList();
23 references to m_props
System.Security (23)
system\security\cryptography\xml\encryptedtype.cs (23)
285
return
m_props
.GetEnumerator();
289
get { return
m_props
.Count; }
297
return
m_props
.Add(value);
301
return
m_props
.Add(value);
305
m_props
.Clear();
313
return
m_props
.Contains(value);
317
return
m_props
.Contains(value);
325
return
m_props
.IndexOf(value);
329
return
m_props
.IndexOf(value);
337
m_props
.Insert(index, value);
341
m_props
.Insert(index, value);
349
m_props
.Remove(value);
353
m_props
.Remove(value);
357
m_props
.RemoveAt(index);
361
get { return
m_props
.IsFixedSize; }
365
get { return
m_props
.IsReadOnly; }
369
return (EncryptionProperty)
m_props
[index];
384
get { return
m_props
[index]; }
389
m_props
[index] = value;
395
m_props
.CopyTo(array, index);
399
m_props
.CopyTo(array, index);
403
get { return
m_props
.SyncRoot; }
407
get { return
m_props
.IsSynchronized; }