1 write to _ploc
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
59_ploc = new SecurityCriticalDataForSet<IntPtr>(IntPtr.Zero);
20 references to _ploc
PresentationCore (20)
System\Windows\Media\textformatting\TextFormatterContext.cs (20)
66if(_ploc.Value == System.IntPtr.Zero) 156_ploc.Value = ploc; 192Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 193return new TextPenaltyModule(_ploc); 268if(_ploc.Value != System.IntPtr.Zero) 270UnsafeNativeMethods.LoDestroyContext(_ploc.Value); 271_ploc.Value = IntPtr.Zero; 283Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 284LsErr lserr = UnsafeNativeMethods.LoSetBreaking(_ploc.Value, (int) breaking); 313Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 316_ploc.Value, 339Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 342_ploc.Value, 361Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 364_ploc.Value, 380Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 382_ploc.Value, 400Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 402_ploc.Value, 510get { return _ploc; }