3 writes to Tag
PresentationCore (1)
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
706_estimatedNextVSyncTimer.Tag = earliestWakeupTicks;
PresentationFramework (2)
src\Framework\System\Windows\Controls\PopupControlService.cs (2)
332ToolTipTimer.Tag = BooleanBoxes.TrueBox; // should open 589_forceCloseTimer.Tag = _currentToolTip;
3 references to Tag
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
2640if(timer.Tag != null) 2641earliestWakeupTicks = (long)timer.Tag;
PresentationFramework (1)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
643ToolTip toolTip = (ToolTip)_forceCloseTimer.Tag;