1 write to _ploc
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
67_ploc = new SecurityCriticalDataForSet<IntPtr>(IntPtr.Zero);
20 references to _ploc
PresentationCore (20)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (20)
80if(_ploc.Value == System.IntPtr.Zero) 170_ploc.Value = ploc; 206Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 207return new TextPenaltyModule(_ploc); 301if(_ploc.Value != System.IntPtr.Zero) 303UnsafeNativeMethods.LoDestroyContext(_ploc.Value); 304_ploc.Value = IntPtr.Zero; 321Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 322LsErr lserr = UnsafeNativeMethods.LoSetBreaking(_ploc.Value, (int) breaking); 357Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 360_ploc.Value, 389Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 392_ploc.Value, 417Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 420_ploc.Value, 441Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 443_ploc.Value, 468Invariant.Assert(_ploc.Value != System.IntPtr.Zero); 470_ploc.Value, 578get { return _ploc; }